chiark / gitweb /
Remove IMA support
[elogind.git] / src / shared / path-lookup.h
index 2ec888da811d0981cc5b41ccc4648a9b8e7d2d30..2e0d3f7bdae2a7ee56b01ac2a71746e761a7beab 100644 (file)
 ***/
 
 #include "macro.h"
-#include "install.h"
+
+typedef enum UnitFileScope UnitFileScope;
 
 typedef struct LookupPaths {
         char **unit_path;
-#ifdef HAVE_SYSV_COMPAT
-        char **sysvinit_path;
-        char **sysvrcnd_path;
-#endif
 } LookupPaths;
 
 typedef enum SystemdRunningAs {