mesa: Include mtypes.h in files that use gl_context struct.

Directly include mtypes.h if a file uses a gl_context struct. This
allows future removal of headers that are not strictly necessary but
indirectly include mtypes.h for a file.
This commit is contained in:
Vinson Lee
2011-01-05 23:11:54 -08:00
parent a728646fb5
commit 0117da40cd
36 changed files with 36 additions and 0 deletions

View File

@@ -34,6 +34,7 @@
#include "main/context.h"
#include "main/enums.h"
#include "main/macros.h"
#include "main/mtypes.h"
#include "main/texenv.h"
#include "main/texstate.h"