Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / angle / src / libGLESv2 / Uniform.h
index b7039a1..633d70b 100644 (file)
@@ -7,14 +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/blocklayout.h"
+#include <string>
+#include <vector>
 
 namespace gl
 {