mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 14:38:06 +02:00
mesa: Clean up header file inclusion in fbobject.h.
This commit is contained in:
parent
b62c1c4595
commit
6121730e74
1 changed files with 4 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue