summaryrefslogtreecommitdiff
path: root/netfs/fuse/pch.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'netfs/fuse/pch.hpp')
-rw-r--r--netfs/fuse/pch.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/netfs/fuse/pch.hpp b/netfs/fuse/pch.hpp
deleted file mode 100644
index af51708..0000000
--- a/netfs/fuse/pch.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifdef BOOST_BUILD_PCH_ENABLED
-#ifndef NETFS_FUSE_PCH
-#define NETFS_FUSE_PCH
-
-#include "../lib/pch.hpp"
-#include <fuse.h>
-#include <Ice/Ice.h>
-
-#endif
-#endif
-