From d283c309bec1a662d99d4873854118b4e09d955a Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 2 Oct 2015 21:47:40 +0100 Subject: Slash the amount of inclusion in pre-compiled headers --- netfs/fuse/pch.hpp | 1 - netfs/lib/pch.hpp | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/netfs/fuse/pch.hpp b/netfs/fuse/pch.hpp index 2342973..af51708 100644 --- a/netfs/fuse/pch.hpp +++ b/netfs/fuse/pch.hpp @@ -3,7 +3,6 @@ #define NETFS_FUSE_PCH #include "../lib/pch.hpp" -#include "../../libfusepp/fuseAppBase.h" #include #include diff --git a/netfs/lib/pch.hpp b/netfs/lib/pch.hpp index 026b3c8..82712d2 100644 --- a/netfs/lib/pch.hpp +++ b/netfs/lib/pch.hpp @@ -3,9 +3,9 @@ #define NETFS_PCH #include -#include +#include #include -#include +#include #include #include #include -- cgit v1.2.3