diff options
| author | Markus Wick <degasus@users.noreply.github.com> | 2017-06-19 10:19:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-19 10:19:39 +0200 |
| commit | c6417e0e789834b3b58c4ea491b5bc490fb0a2da (patch) | |
| tree | 526c5852088ea361d71279fb4e9f6018d740152f /Source/Core/VideoBackends/Null | |
| parent | 4c2b0780173f2a7b29510cd9cd63e55c3eb7df6f (diff) | |
| parent | 59a947d41db3d5c603deeb5ffc40afec0ecc61f1 (diff) | |
Merge pull request #5647 from lioncash/abstract
AbstractTexture: Minor changes
Diffstat (limited to 'Source/Core/VideoBackends/Null')
| -rw-r--r-- | Source/Core/VideoBackends/Null/NullTexture.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Null/NullTexture.h b/Source/Core/VideoBackends/Null/NullTexture.h index c8f8e77004..65f4252050 100644 --- a/Source/Core/VideoBackends/Null/NullTexture.h +++ b/Source/Core/VideoBackends/Null/NullTexture.h @@ -7,7 +7,6 @@ #include "Common/CommonTypes.h" #include "VideoCommon/AbstractTexture.h" -#include "VideoCommon/VideoCommon.h" namespace Null { |
