summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/angle/src/libGLESv2/Uniform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/angle/src/libGLESv2/Uniform.h')
-rw-r--r--src/3rdparty/angle/src/libGLESv2/Uniform.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/3rdparty/angle/src/libGLESv2/Uniform.h b/src/3rdparty/angle/src/libGLESv2/Uniform.h
index 24f834f3c6..633d70bb19 100644
--- a/src/3rdparty/angle/src/libGLESv2/Uniform.h
+++ b/src/3rdparty/angle/src/libGLESv2/Uniform.h
@@ -7,15 +7,15 @@
#ifndef LIBGLESV2_UNIFORM_H_
#define LIBGLESV2_UNIFORM_H_
-#include <string>
-#include <vector>
+#include "common/debug.h"
+#include "common/blocklayout.h"
+
+#include "libGLESv2/angletypes.h"
#include "angle_gl.h"
-#include "common/debug.h"
-#include "angletypes.h"
-#include "common/shadervars.h"
-#include "common/blocklayout.h"
+#include <string>
+#include <vector>
namespace gl
{