diff options
| author | Lioncash <mathew1800@gmail.com> | 2015-09-26 17:13:07 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2015-09-26 18:51:58 -0400 |
| commit | cc036ca86cdaf709e01221975da734cb64d54a94 (patch) | |
| tree | 3b0fbcf245df0314dbf1002d930037375ebc5e42 /Source/Core/VideoCommon/TextureDecoder_Common.cpp | |
| parent | 19ac565e0dafccd3728b58a0d92cdc0cb74e4be0 (diff) | |
Common: Remove other Common prefixed headers from Common.h
Diffstat (limited to 'Source/Core/VideoCommon/TextureDecoder_Common.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/TextureDecoder_Common.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/TextureDecoder_Common.cpp b/Source/Core/VideoCommon/TextureDecoder_Common.cpp index a1c7bff0c2..5f8f314a0b 100644 --- a/Source/Core/VideoCommon/TextureDecoder_Common.cpp +++ b/Source/Core/VideoCommon/TextureDecoder_Common.cpp @@ -7,8 +7,8 @@ #include "Common/CommonFuncs.h" #include "Common/CommonTypes.h" +#include "Common/MsgHandler.h" #include "Common/Logging/Log.h" - #include "VideoCommon/LookUpTables.h" #include "VideoCommon/sfont.inc" #include "VideoCommon/TextureDecoder.h" |
