chiark / gitweb /
util: split all hostname related calls into hostname-util.c
[elogind.git] / src / shared / condition.c
index db12df952b143aa8bf4e36528fd9763e5e1c7c8d..9f2574c2f62d7d06728c2a45e18f72fab48a61a5 100644 (file)
@@ -35,8 +35,9 @@
 #include "ima-util.h"
 #include "selinux-util.h"
 #include "audit.h"
-#include "condition.h"
 #include "cap-list.h"
+#include "hostname-util.h"
+#include "condition.h"
 
 Condition* condition_new(ConditionType type, const char *parameter, bool trigger, bool negate) {
         Condition *c;