summaryrefslogtreecommitdiff
path: root/src/mesa/main/framebuffer.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-11-09 01:04:22 -0800
committerVinson Lee <vlee@vmware.com>2010-11-09 01:04:22 -0800
commit63f1740a5d9a4ed36026da3e4c1370441218f919 (patch)
treee0e25354df3e31d89da48eed8b53675b8f432ac7 /src/mesa/main/framebuffer.h
parentb35d3b33e70ac6b2583c2099e22fe6162711228a (diff)
mesa: Clean up header file inclusion in framebuffer.h.
Diffstat (limited to 'src/mesa/main/framebuffer.h')
-rw-r--r--src/mesa/main/framebuffer.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/framebuffer.h b/src/mesa/main/framebuffer.h
index 13722ea457..20e3ff56b5 100644
--- a/src/mesa/main/framebuffer.h
+++ b/src/mesa/main/framebuffer.h
@@ -26,7 +26,10 @@
#ifndef FRAMEBUFFER_H
#define FRAMEBUFFER_H
-#include "mtypes.h"
+#include "glheader.h"
+
+struct gl_config;
+struct gl_context;
extern struct gl_framebuffer *
_mesa_create_framebuffer(const struct gl_config *visual);