summaryrefslogtreecommitdiff
path: root/src/mesa/main/fbobject.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2011-01-05 23:11:54 -0800
committerVinson Lee <vlee@vmware.com>2011-01-05 23:11:54 -0800
commit0117da40cd7edd3d165bb28569c289b37eca12b9 (patch)
tree2ae38dec9956057361b85317d474bb2b759cc273 /src/mesa/main/fbobject.c
parenta728646fb55245477d35e2761c3e0d15099b4cd4 (diff)
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.
Diffstat (limited to 'src/mesa/main/fbobject.c')
-rw-r--r--src/mesa/main/fbobject.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/fbobject.c b/src/mesa/main/fbobject.c
index f004d7a8fc..c30fb727bc 100644
--- a/src/mesa/main/fbobject.c
+++ b/src/mesa/main/fbobject.c
@@ -40,6 +40,7 @@
#include "framebuffer.h"
#include "hash.h"
#include "macros.h"
+#include "mtypes.h"
#include "renderbuffer.h"
#include "state.h"
#include "teximage.h"