mesa: Clean up header file inclusion in fbobject.h.

This commit is contained in:
Vinson Lee 2010-11-09 00:51:41 -08:00
parent b62c1c4595
commit 6121730e74

View file

@ -26,7 +26,10 @@
#ifndef FBOBJECT_H
#define FBOBJECT_H
#include "mtypes.h"
#include "glheader.h"
struct gl_context;
struct gl_texture_object;
extern void
_mesa_init_fbobjects(struct gl_context *ctx);