mesa: remove unneeded #includes of main/compiler.h

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
Brian Paul
2018-01-16 21:44:43 -07:00
parent 7845397183
commit 02c0734adc
16 changed files with 0 additions and 16 deletions
-1
View File
@@ -35,7 +35,6 @@
#include <stdio.h>
#include <string.h>
#include "main/glheader.h"
#include "main/compiler.h"
#include "glapi/glapi.h"
#include "glxapi.h"
-1
View File
@@ -29,7 +29,6 @@
#include <stdio.h>
#include <stdarg.h>
#include "compiler.h"
#include "glheader.h"
#include "mtypes.h"
-1
View File
@@ -38,7 +38,6 @@
#include <stdio.h>
#include <stdarg.h>
#include "compiler.h"
#include "glheader.h"
#include "mtypes.h"
-1
View File
@@ -26,7 +26,6 @@
#ifndef FBOBJECT_H
#define FBOBJECT_H
#include "compiler.h"
#include "glheader.h"
#include <stdbool.h>
-1
View File
@@ -24,7 +24,6 @@
#ifndef FORMATQUERY_H
#define FORMATQUERY_H
#include "compiler.h"
#include "glheader.h"
size_t
-1
View File
@@ -36,7 +36,6 @@
#include <GL/gl.h>
#include <stdbool.h>
#include <stdint.h>
#include "compiler.h"
#ifdef __cplusplus
extern "C" {
-1
View File
@@ -28,7 +28,6 @@
#include "glheader.h"
#include "compiler.h"
struct gl_context;
struct gl_pixelstore_attrib;
-1
View File
@@ -26,7 +26,6 @@
#include <stdio.h>
#include <stdlib.h>
#include "compiler.h"
#include "mm.h"
-1
View File
@@ -27,7 +27,6 @@
#define SHADEROBJ_H
#include "main/compiler.h"
#include "main/glheader.h"
#include "main/mtypes.h"
#include "program/ir_to_mesa.h"
@@ -25,7 +25,6 @@
#include "GL/gl.h"
#include "GL/glext.h"
#include "main/compiler.h"
#include "program/prog_statevars.h"
-1
View File
@@ -32,7 +32,6 @@
#define TEXTOBJ_H
#include "compiler.h"
#include "glheader.h"
#include "mtypes.h"
#include "samplerobj.h"
-1
View File
@@ -32,7 +32,6 @@
#define TEXSTATE_H
#include "compiler.h"
#include "enums.h"
#include "macros.h"
#include "mtypes.h"
-1
View File
@@ -30,7 +30,6 @@
*/
#include <stdio.h>
#include "main/compiler.h"
#include "main/macros.h"
#include "main/mtypes.h"
#include "main/shaderapi.h"
-1
View File
@@ -40,7 +40,6 @@
#ifndef PROGRAM_H
#define PROGRAM_H
#include "main/compiler.h"
#include "main/mtypes.h"
-1
View File
@@ -43,7 +43,6 @@
#ifndef S_CONTEXT_H
#define S_CONTEXT_H
#include "main/compiler.h"
#include "main/mtypes.h"
#include "main/texcompress.h"
#include "program/prog_execute.h"
-1
View File
@@ -29,7 +29,6 @@
#include <stdio.h>
#include "main/glheader.h"
#include "main/bufferobj.h"
#include "main/compiler.h"
#include "main/context.h"
#include "main/enums.h"
#include "main/state.h"