chiark / gitweb /
shared: rename condition-util.[ch] to condition.[ch]
[elogind.git] / src / shared / condition.c
similarity index 99%
rename from src/shared/condition-util.c
rename to src/shared/condition.c
index 5db20a7085d393c3b4cad65dfd15f6a7729cce7c..08bebeee73c22619edd9833dd89b41467cff0972 100644 (file)
@@ -28,7 +28,6 @@
 
 #include "sd-id128.h"
 #include "util.h"
-#include "condition-util.h"
 #include "virt.h"
 #include "path-util.h"
 #include "fileio.h"
@@ -40,6 +39,7 @@
 #include "ima-util.h"
 #include "selinux-util.h"
 #include "audit.h"
+#include "condition.h"
 
 Condition* condition_new(ConditionType type, const char *parameter, bool trigger, bool negate) {
         Condition *c;