Skip to content
Snippets Groups Projects
Commit 80779a3d authored by Simon McVittie's avatar Simon McVittie
Browse files

missing: Remove unused <uchar.h>


This doesn't exist on some very old platforms. In the original file
in systemd, it was here for char32_t and char16_t, which we don't use.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent e16bdc7e
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
#include <stdlib.h> #include <stdlib.h>
#include <sys/resource.h> #include <sys/resource.h>
#include <sys/syscall.h> #include <sys/syscall.h>
#include <uchar.h>
#include <unistd.h> #include <unistd.h>
/* The precise definition of __O_TMPFILE is arch specific; use the /* The precise definition of __O_TMPFILE is arch specific; use the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment