From 5b0450395af81ceba0d0ac27fc73b16f966bd7d3 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 18 Mar 2018 10:48:26 +0800 Subject: All - Move toml parser and path header to a common library, start on custom target specs. --- tools/testrunner/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/testrunner/main.cpp') diff --git a/tools/testrunner/main.cpp b/tools/testrunner/main.cpp index 2aa7e696..63391fc5 100644 --- a/tools/testrunner/main.cpp +++ b/tools/testrunner/main.cpp @@ -7,8 +7,8 @@ #include #include #include // std::isblank -#include "../minicargo/debug.h" -#include "../minicargo/path.h" +#include "../common/debug.h" +#include "../common/path.h" #ifdef _WIN32 # include # define MRUSTC_PATH "x64\\Release\\mrustc.exe" -- cgit v1.2.3