mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
mesa: Clean up header file inclusion in texcompress.h.
This commit is contained in:
parent
e87a0cd260
commit
3132591a4d
1 changed files with 4 additions and 1 deletions
|
|
@ -25,8 +25,11 @@
|
|||
#ifndef TEXCOMPRESS_H
|
||||
#define TEXCOMPRESS_H
|
||||
|
||||
#include "mtypes.h"
|
||||
#include "formats.h"
|
||||
#include "glheader.h"
|
||||
#include "mfeatures.h"
|
||||
|
||||
struct gl_context;
|
||||
|
||||
#if _HAVE_FULL_GL
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue