Fix includes of non-system headers.
authorNikolaus Rath <Nikolaus@rath.org>
Sun, 12 May 2019 10:00:15 +0000 (11:00 +0100)
committerNikolaus Rath <Nikolaus@rath.org>
Sun, 12 May 2019 10:00:15 +0000 (11:00 +0100)
Fixes: #415.
example/passthrough_hp.cc

index dba87513b40c7c5394715c18c708360c72a74ace..974551ea45539ab760c02804ad1fe8b65966617e 100644 (file)
@@ -46,7 +46,7 @@
 #define FUSE_USE_VERSION 35
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #ifndef _GNU_SOURCE
@@ -73,7 +73,7 @@
 #include <cstdio>
 #include <cstdlib>
 #include <list>
-#include <cxxopts.hpp>
+#include "cxxopts.hpp"
 #include <mutex>
 #include <fstream>
 #include <thread>