summaryrefslogtreecommitdiff
path: root/netfs/fuse/fuseConfigImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'netfs/fuse/fuseConfigImpl.cpp')
-rw-r--r--netfs/fuse/fuseConfigImpl.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/netfs/fuse/fuseConfigImpl.cpp b/netfs/fuse/fuseConfigImpl.cpp
index 9129bfc..fa542fe 100644
--- a/netfs/fuse/fuseConfigImpl.cpp
+++ b/netfs/fuse/fuseConfigImpl.cpp
@@ -1,5 +1,5 @@
-#include <fuseConfig.h>
#include <compileTimeFormatter.h>
+#include <fuseConfig.h>
AdHocFormatter(ResourceNotFoundMsg, "No such resource: %?");
void
@@ -7,4 +7,3 @@ NetFS::Client::ResourceNotFound::ice_print(std::ostream & s) const
{
ResourceNotFoundMsg::write(s, resourceName);
}
-