diff options
Diffstat (limited to 'src/error-handler.h')
-rw-r--r-- | src/error-handler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/error-handler.h b/src/error-handler.h index 6d99983d..84e96dc8 100644 --- a/src/error-handler.h +++ b/src/error-handler.h @@ -19,8 +19,8 @@ #include <string> -#include "color.h" -#include "common.h" +#include "src/color.h" +#include "src/common.h" namespace wabt { |