From bdd7efe48da00928e4c535f01a8a72f5b18b4169 Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Wed, 22 Apr 2015 20:24:14 -0400 Subject: [PATCH] Switched to relative paths for header files. --- Enum.h | 2 +- EnumInternal.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Enum.h b/Enum.h index eb68de6..438ac6d 100644 --- a/Enum.h +++ b/Enum.h @@ -7,7 +7,7 @@ #pragma once -#include +#include "EnumInternal.h" diff --git a/EnumInternal.h b/EnumInternal.h index 3a03ad2..74fff45 100644 --- a/EnumInternal.h +++ b/EnumInternal.h @@ -44,7 +44,7 @@ #include // For size_t. #include // For string and memory routines. -#include "util/EnumPreprocessorMap.h" +#include "EnumPreprocessorMap.h"