]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/mount.h
tree-wide: sort includes in *.h
[thirdparty/systemd.git] / src / core / mount.h
index b344b5aa13e29af882d3bef5cf8284b09d060e84..9f78aa90753237672d6ae2d9056fc7b7cfe6ca99 100644 (file)
@@ -23,8 +23,8 @@
 
 typedef struct Mount Mount;
 
-#include "kill.h"
 #include "execute.h"
+#include "kill.h"
 
 typedef enum MountExecCommand {
         MOUNT_EXEC_MOUNT,
@@ -71,7 +71,6 @@ struct Mount {
         bool reset_cpu_usage:1;
 
         bool sloppy_options;
-        char *smack_fs_root_label;
 
         MountResult result;
         MountResult reload_result;