diff options
author | bloodstalker <thabogre@gmail.com> | 2020-03-06 11:48:16 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-03-06 11:48:16 +0000 |
commit | b0ce29b0128744b2e9d68da665fed520eda5743c (patch) | |
tree | efb11499e97461344a07e6ac98f5a82a787b490a /pch.hpp | |
parent | added 2 new command line options. fixed -A and -B which were broken. now all ... (diff) | |
download | cgrep-b0ce29b0128744b2e9d68da665fed520eda5743c.tar.gz cgrep-b0ce29b0128744b2e9d68da665fed520eda5743c.zip |
fixed some codacy smells
Diffstat (limited to 'pch.hpp')
-rw-r--r-- | pch.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,6 +10,7 @@ #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> @@ -18,4 +19,3 @@ #include <regex> #include <string> #include <vector> -#include <boost/filesystem.hpp> |