chiark / gitweb /
timedated: remove spurious include of <sys/capability.h>
[elogind.git] / src / timedate / timedated.c
index 08ddc52ca6874d80d198585c0e09e556bd708cc1..d507200648426054966b8c136baf30d6c471255d 100644 (file)
@@ -22,7 +22,6 @@
 #include <errno.h>
 #include <string.h>
 #include <unistd.h>
-#include <sys/capability.h>
 
 #include "sd-id128.h"
 #include "sd-messages.h"
@@ -39,7 +38,7 @@
 #include "label.h"
 #include "bus-util.h"
 #include "bus-error.h"
-#include "bus-errors.h"
+#include "bus-common-errors.h"
 #include "event-util.h"
 
 #define NULL_ADJTIME_UTC "0.0 0 0\n0\nUTC\n"