mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 21:30:09 +01:00
trim down #includes
This commit is contained in:
parent
68caa076a9
commit
6f467e5737
2 changed files with 5 additions and 11 deletions
|
|
@ -34,8 +34,8 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "glheader.h"
|
||||
#include "glapi.h"
|
||||
#include "main/glheader.h"
|
||||
#include "glapi/glapi.h"
|
||||
#include "glxapi.h"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -60,15 +60,9 @@
|
|||
#include "glxheader.h"
|
||||
#include "GL/xmesa.h"
|
||||
#include "xmesaP.h"
|
||||
#include "context.h"
|
||||
#include "extensions.h"
|
||||
#include "framebuffer.h"
|
||||
#include "glthread.h"
|
||||
#include "imports.h"
|
||||
#include "macros.h"
|
||||
#include "renderbuffer.h"
|
||||
#include "teximage.h"
|
||||
#include "vbo/vbo.h"
|
||||
#include "main/context.h"
|
||||
#include "main/framebuffer.h"
|
||||
#include "glapi/glthread.h"
|
||||
|
||||
#include "state_tracker/st_public.h"
|
||||
#include "state_tracker/st_context.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue