diff options
author | bloodstalker <thabogre@gmail.com> | 2020-03-30 15:46:16 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-03-30 15:46:16 +0000 |
commit | a6c42a803ccf9327191caa0a419a8761df2d3d63 (patch) | |
tree | c45004c340b1601c332b636596069c1c7fcee490 /pch.hpp | |
parent | declarations no longer print out the declarations since they are already matc... (diff) | |
download | cgrep-a6c42a803ccf9327191caa0a419a8761df2d3d63.tar.gz cgrep-a6c42a803ccf9327191caa0a419a8761df2d3d63.zip |
removed the debug prints. boost is no longer a dependency.1.1
Diffstat (limited to '')
-rw-r--r-- | pch.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -11,7 +11,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> |