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

@@ -39,6 +39,7 @@
#include "dlopen.h"
#include "image.h"
#include "macros.h"
#include "mtypes.h"
#include "texcompress.h"
#include "texcompress_s3tc.h"
#include "texstore.h"