fileio: include ctype.h with <> rather than ""

It's a system header after all.
This commit is contained in:
Lennart Poettering 2018-11-30 21:05:49 +01:00
parent 5dd9527883
commit 8bdc9a90db

View File

@ -1,5 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
@ -14,7 +15,6 @@
#include <unistd.h>
#include "alloc-util.h"
#include "ctype.h"
#include "env-util.h"
#include "escape.h"
#include "fd-util.h"