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/VideoBackends/Software/Tev.cpp | |
| parent | c0e8d9879ae1fc65f5c53f874b82d540528d1216 (diff) | |
Convert some more header inclusions into forward declarations
Diffstat (limited to 'Source/Core/VideoBackends/Software/Tev.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/Tev.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Software/Tev.cpp b/Source/Core/VideoBackends/Software/Tev.cpp index 5511ca789c..33fcca219c 100644 --- a/Source/Core/VideoBackends/Software/Tev.cpp +++ b/Source/Core/VideoBackends/Software/Tev.cpp @@ -4,8 +4,8 @@ #include <cmath> +#include "Common/ChunkFile.h" #include "Common/Common.h" - #include "VideoBackends/Software/DebugUtil.h" #include "VideoBackends/Software/EfbInterface.h" #include "VideoBackends/Software/SWStatistics.h" |
