summaryrefslogtreecommitdiff
path: root/netfs/fuse/fuseSystem.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-02-16 18:45:06 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2015-02-16 18:45:06 +0000
commitadc0ac88b077b8fa4f6545f1591483b918c50a48 (patch)
tree97b3ae8ea163fe296a6f788378dbfee147409579 /netfs/fuse/fuseSystem.cpp
parentAdd the start of some test framework, complete with hacky initialisations (diff)
downloadnetfs-adc0ac88b077b8fa4f6545f1591483b918c50a48.tar.bz2
netfs-adc0ac88b077b8fa4f6545f1591483b918c50a48.tar.xz
netfs-adc0ac88b077b8fa4f6545f1591483b918c50a48.zip
Actually use precompiled headers
Diffstat (limited to 'netfs/fuse/fuseSystem.cpp')
-rw-r--r--netfs/fuse/fuseSystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/netfs/fuse/fuseSystem.cpp b/netfs/fuse/fuseSystem.cpp
index 36c6af5..e2a9ab7 100644
--- a/netfs/fuse/fuseSystem.cpp
+++ b/netfs/fuse/fuseSystem.cpp
@@ -1,4 +1,4 @@
-#include "pch.hpp"
+#include <pch.hpp>
#include <typeConvert.h>
#include "fuseApp.h"