summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexLoader.cpp
diff options
context:
space:
mode:
authorcrudelios <crudelios@gmail.com>2014-09-17 02:04:37 +0100
committercrudelios <crudelios@gmail.com>2014-10-10 12:28:15 +0100
commit176ea06e8233386f397eaa6d8941747d6f035576 (patch)
tree897f3e02f57c526acf3c3366bffb56d46d32fb02 /Source/Core/VideoCommon/VertexLoader.cpp
parent47c67f014f9f882e27e29203eab97dc3c7753f6a (diff)
Get buildbot to compile.
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoader.cpp')
-rw-r--r--Source/Core/VideoCommon/VertexLoader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VertexLoader.cpp b/Source/Core/VideoCommon/VertexLoader.cpp
index 8bef28cc90..546eea0c54 100644
--- a/Source/Core/VideoCommon/VertexLoader.cpp
+++ b/Source/Core/VideoCommon/VertexLoader.cpp
@@ -10,11 +10,11 @@
#include "Core/Host.h"
+#include "VideoCommon/BoundingBox.h"
#include "VideoCommon/DataReader.h"
#include "VideoCommon/LookUpTables.h"
#include "VideoCommon/PixelEngine.h"
#include "VideoCommon/VertexLoader.h"
-#include "VideoCommon/BoundingBox.h"
#include "VideoCommon/VertexLoader_Color.h"
#include "VideoCommon/VertexLoader_Normal.h"
#include "VideoCommon/VertexLoader_Position.h"