diff options
Diffstat (limited to 'src/libjin/threads')
-rw-r--r-- | src/libjin/threads/thread.cpp (renamed from src/libjin/threads/je_thread.cpp) | 4 | ||||
-rw-r--r-- | src/libjin/threads/thread.h (renamed from src/libjin/threads/je_thread.h) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/libjin/threads/je_thread.cpp b/src/libjin/threads/thread.cpp index 6a8a7eb..1c35efb 100644 --- a/src/libjin/threads/je_thread.cpp +++ b/src/libjin/threads/thread.cpp @@ -1,7 +1,7 @@ -#include "../core/je_configuration.h" +#include "../core/configuration.h" #if defined(jin_thread) -#include "je_thread.h" +#include "thread.h" namespace JinEngine { diff --git a/src/libjin/threads/je_thread.h b/src/libjin/threads/thread.h index ab13215..2b7ee35 100644 --- a/src/libjin/threads/je_thread.h +++ b/src/libjin/threads/thread.h @@ -1,6 +1,6 @@ #ifndef __JE_THREAD_H__ #define __JE_THREAD_H__ -#include "../core/je_configuration.h" +#include "../core/configuration.h" #if defined(jin_thread) #include <string> |