diff options
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; |