Log引用目录修改

This commit is contained in:
hyzboy 2019-08-27 20:27:27 +08:00
parent f768bbec4b
commit 6aec9ccacf
10 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
#include<hgl/filesystem/EnumFile.h> #include<hgl/filesystem/EnumFile.h>
#include<hgl/LogInfo.h> #include<hgl/log/LogInfo.h>
#include<windows.h> #include<windows.h>
#include<sys/types.h> #include<sys/types.h>

View File

@ -1,6 +1,6 @@
#include<hgl/filesystem/EnumVolume.h> #include<hgl/filesystem/EnumVolume.h>
#include<hgl/type/BaseString.h> #include<hgl/type/BaseString.h>
#include<hgl/LogInfo.h> #include<hgl/log/LogInfo.h>
#include<windows.h> #include<windows.h>
namespace hgl namespace hgl

View File

@ -1,6 +1,6 @@
#include<hgl/platform/ExternalModule.h> #include<hgl/platform/ExternalModule.h>
#include<hgl/platform/Platform.h> #include<hgl/platform/Platform.h>
#include<hgl/LogInfo.h> #include<hgl/log/LogInfo.h>
namespace hgl namespace hgl
{ {

View File

@ -1,5 +1,5 @@
#include<hgl/filesystem/FileSystem.h> #include<hgl/filesystem/FileSystem.h>
#include<hgl/LogInfo.h> #include<hgl/log/LogInfo.h>
#include<hgl/io/FileInputStream.h> #include<hgl/io/FileInputStream.h>
#include<hgl/io/FileOutputStream.h> #include<hgl/io/FileOutputStream.h>

View File

@ -1,5 +1,5 @@
#include<hgl/io/FileAccess.h> #include<hgl/io/FileAccess.h>
#include<hgl/LogInfo.h> #include<hgl/log/LogInfo.h>
#include<io.h> #include<io.h>
#include<share.h> #include<share.h>
#include<fcntl.h> #include<fcntl.h>

View File

@ -1,4 +1,4 @@
#include<hgl/Logger.h> #include<hgl/log/Logger.h>
#include<hgl/CodePage.h> #include<hgl/CodePage.h>
#include<windows.h> #include<windows.h>

View File

@ -1,4 +1,4 @@
#include<hgl/Logger.h> #include<hgl/log/Logger.h>
#include<hgl/CodePage.h> #include<hgl/CodePage.h>
#include<windows.h> #include<windows.h>

View File

@ -1,5 +1,5 @@
#include<hgl/thread/Semaphore.h> #include<hgl/thread/Semaphore.h>
#include<hgl/LogInfo.h> #include<hgl/log/LogInfo.h>
#include<wchar.h> #include<wchar.h>
#pragma warning(disable:4800) // int -> bool 性能损失警告 #pragma warning(disable:4800) // int -> bool 性能损失警告

View File

@ -1,5 +1,5 @@
#include<hgl/thread/Thread.h> #include<hgl/thread/Thread.h>
#include<hgl/LogInfo.h> #include<hgl/log/LogInfo.h>
namespace hgl namespace hgl
{ {

View File

@ -3,7 +3,7 @@
#include<Windows.h> #include<Windows.h>
#ifdef _DEBUG #ifdef _DEBUG
#include<hgl/LogInfo.h> #include<hgl/log/LogInfo.h>
#endif//_DEBUG #endif//_DEBUG
namespace hgl namespace hgl