diff options
author | chai <chaifix@163.com> | 2019-01-12 21:48:33 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-12 21:48:33 +0800 |
commit | 8b00d67febf133e89f6a0bfabc41feed555dc4a9 (patch) | |
tree | fe48ef17c250afa40c2588300fcdb5920dba6951 /src/libjin/threads | |
parent | a907c39756ef6b368d06643afa491c49a9044a8e (diff) |
*去掉文件前缀je_
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> |