aboutsummaryrefslogtreecommitdiffstats
path: root/pch.hpp
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2020-03-12 11:30:53 +0000
committerbloodstalker <thabogre@gmail.com>2020-03-12 11:30:53 +0000
commit58c472ab39d081adeb7bcb4e301973f79e670a4c (patch)
tree9ae5175accebec258b40ccd5ce12982afc1f29bf /pch.hpp
parentupdate (diff)
downloadcgrep-1.0.0.0.tar.gz
cgrep-1.0.0.0.zip
getting rid of libboost as a build dependency. that will come with the next release.v1.0.0.0rc1
Diffstat (limited to 'pch.hpp')
-rw-r--r--pch.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/pch.hpp b/pch.hpp
index dcebacf..ec1da21 100644
--- a/pch.hpp
+++ b/pch.hpp
@@ -10,7 +10,6 @@
#include "clang/Tooling/CommonOptionsParser.h"
#include "clang/Tooling/Tooling.h"
#include "llvm/Support/raw_ostream.h"
-#include <boost/filesystem.hpp>
#include <cassert>
#include <cstdlib>
#include <dirent.h>