diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-07-29 20:55:07 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-07-29 20:55:07 -0400 |
| commit | 522a5c35ad97718478ccdc75ae519ce910dd6dcb (patch) | |
| tree | 2ab0b05cac6f7483a0b8d4a21fd717ce6c080fe0 /Source/Core/VideoCommon/VideoState.cpp | |
| parent | c0e8d9879ae1fc65f5c53f874b82d540528d1216 (diff) | |
Convert some more header inclusions into forward declarations
Diffstat (limited to 'Source/Core/VideoCommon/VideoState.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VideoState.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/VideoState.cpp b/Source/Core/VideoCommon/VideoState.cpp index 4a0f541169..a8d5ddcf04 100644 --- a/Source/Core/VideoCommon/VideoState.cpp +++ b/Source/Core/VideoCommon/VideoState.cpp @@ -2,6 +2,7 @@ // Licensed under GPLv2 // Refer to the license.txt file included. +#include "Common/ChunkFile.h" #include "VideoCommon/BPMemory.h" #include "VideoCommon/CommandProcessor.h" #include "VideoCommon/CPMemory.h" |
