mesa: added "main/" prefix to includes, remove some -I paths from Makefile.template

This commit is contained in:
Brian Paul
2008-09-18 15:17:05 -06:00
parent 374e7fd6cc
commit ecadb51bbc
344 changed files with 1292 additions and 1295 deletions

View File

@@ -31,7 +31,7 @@
#include <GL/gl.h>
#include <GL/internal/dri_interface.h>
#include "context.h"
#include "main/context.h"
typedef struct __DRIutilversionRec2 __DRIutilversion2;