mirror of
https://github.com/aantron/better-enums.git
synced 2025-12-09 18:26:42 +08:00
Switched to relative paths for header files.
This commit is contained in:
parent
214fe36e7f
commit
bdd7efe48d
2
Enum.h
2
Enum.h
@ -7,7 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <util/EnumInternal.h>
|
||||
#include "EnumInternal.h"
|
||||
|
||||
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@
|
||||
|
||||
#include <cstddef> // For size_t.
|
||||
#include <cstring> // For string and memory routines.
|
||||
#include "util/EnumPreprocessorMap.h"
|
||||
#include "EnumPreprocessorMap.h"
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user