about summary refs log tree commit diff
path: root/src/libstore/build.cc
diff options
context:
space:
mode:
authorNathan Zadoks <nathan@nathan7.eu>2016-02-29T12·12+0100
committerNathan Zadoks <nathan@nathan7.eu>2016-03-03T13·11+0100
commitfe2be8f016474d9f073328f061ba5650002e9369 (patch)
tree0cfa7a6d223fd20b129620f23b5db4de802e9b87 /src/libstore/build.cc
parent62d81aadbaa95002c4fec70bc5dd7a45214966ca (diff)
build.cc: fs.h doesn't appear to be necessary anymore
Diffstat (limited to '')
-rw-r--r--src/libstore/build.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstore/build.cc b/src/libstore/build.cc
index 547981e5bb..7d124f6f0e 100644
--- a/src/libstore/build.cc
+++ b/src/libstore/build.cc
@@ -52,7 +52,6 @@
 #include <sys/param.h>
 #include <sys/mount.h>
 #include <sys/syscall.h>
-#include <linux/fs.h>
 #define pivot_root(new_root, put_old) (syscall(SYS_pivot_root, new_root, put_old))
 #endif