This ensures that GLES1-only typedefs are available in these files.
In a future patch, this will allow us to expand the dispatch table to
include GLES1-only functions.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
*/
#include <gtest/gtest.h>
-#include <GL/gl.h>
+#include "main/glheader.h"
extern "C" {
#include "../indirect_init.h"
#include "glapi/glapi.h"
#include <stdlib.h>
#include <stdio.h>
-#include <GL/gl.h>
+#include "main/glheader.h"
#include "glapi.h"
#include "glapitable.h"
*/
#include <gtest/gtest.h>
-#include <GL/gl.h>
+#include "../mesa/main/glheader.h"
extern "C" {
#include "glapi/glapi.h"
*/
#include <gtest/gtest.h>
-#include <GL/gl.h>
+#include "../../../mesa/main/glheader.h"
extern "C" {
#include "glapi/glapi.h"