mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 11:30:21 +01:00
mesa: Clean up header file inclusion in api_loopback.h.
This commit is contained in:
parent
31bdc53057
commit
af12de279e
1 changed files with 4 additions and 1 deletions
|
|
@ -27,7 +27,10 @@
|
|||
#ifndef API_LOOPBACK_H
|
||||
#define API_LOOPBACK_H
|
||||
|
||||
#include "main/mtypes.h"
|
||||
#include "main/compiler.h"
|
||||
#include "main/mfeatures.h"
|
||||
|
||||
struct _glapi_table;
|
||||
|
||||
#if FEATURE_beginend
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue