diff options
author | bloodstalker <thabogre@gmail.com> | 2018-08-19 19:36:45 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-08-19 19:36:45 +0000 |
commit | c0959b173b1358ce8b4e3e02c3cd9166186b1f2e (patch) | |
tree | 24f1f8d455847cb184f43427129a2d04f0532ff4 /m0/mutator_report.cpp | |
parent | makefile updates for obfuscator and bruiser (diff) | |
download | mutator-c0959b173b1358ce8b4e3e02c3cd9166186b1f2e.tar.gz mutator-c0959b173b1358ce8b4e3e02c3cd9166186b1f2e.zip |
fixes #47. probably a good idea to just wipe and re-clone. also moved m0 to its own folder.
Diffstat (limited to '')
-rw-r--r-- | m0/mutator_report.cpp (renamed from mutator_report.cpp) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mutator_report.cpp b/m0/mutator_report.cpp index 51fd342..1e0459f 100644 --- a/mutator_report.cpp +++ b/m0/mutator_report.cpp @@ -28,8 +28,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.* #include "clang/ASTMatchers/ASTMatchFinder.h" #include "clang/Basic/SourceManager.h" #include "clang/Rewrite/Core/Rewriter.h" -#include "tinyxml2/tinyxml2.h" -#include "json/json.hpp" +#include "../tinyxml2/tinyxml2.h" +#include "../json/json.hpp" /*********************************************************************************************************************/ using namespace clang; using namespace tinyxml2; |