Switched to relative paths for header files.

This commit is contained in:
Anton Bachin 2015-04-22 20:24:14 -04:00
parent 214fe36e7f
commit bdd7efe48d
2 changed files with 2 additions and 2 deletions

2
Enum.h
View File

@ -7,7 +7,7 @@
#pragma once
#include <util/EnumInternal.h>
#include "EnumInternal.h"

View File

@ -44,7 +44,7 @@
#include <cstddef> // For size_t.
#include <cstring> // For string and memory routines.
#include "util/EnumPreprocessorMap.h"
#include "EnumPreprocessorMap.h"