mesa: enable GL_EXT_draw_instanced for gles2
[mesa.git] / src / mesa / main / hash.h
index 64f2962aba6b054447356b1238e3b813aacfd556..0a3996a7d00694a067f9ce54e7dac0adb23c14d1 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * \file hash.h
- * Generic hash table. 
+ * Generic hash table.
  */
 
 /*
 #define HASH_H
 
 
+#include <stdbool.h>
+#include <stdint.h>
 #include "glheader.h"
-#include "imports.h"
+
 #include "c11/threads.h"
 
 /**