chiark / gitweb /
remove unused includes
[elogind.git] / src / core / swap.h
index 3482d651ecfef61314ca5a9fb6daf9fb09f78ad7..c36c6f2ce9190a80dba838adf2064ffc2f61edd4 100644 (file)
@@ -26,7 +26,6 @@
 
 typedef struct Swap Swap;
 
-#include "unit.h"
 
 typedef enum SwapState {
         SWAP_DEAD,
@@ -63,10 +62,8 @@ typedef enum SwapResult {
 
 typedef struct SwapParameters {
         char *what;
-        char *discard;
+        char *options;
         int priority;
-        bool noauto:1;
-        bool nofail:1;
 } SwapParameters;
 
 struct Swap {