glsl, i965: Remove unnecessary talloc includes.

These are already picked up by ir.h or glsl_types.h.
This commit is contained in:
Kenneth Graunke
2011-01-19 02:56:06 -08:00
parent 819f92deaa
commit e256e4743c
6 changed files with 0 additions and 15 deletions

View File

@@ -21,10 +21,6 @@
* DEALINGS IN THE SOFTWARE. * DEALINGS IN THE SOFTWARE.
*/ */
extern "C" {
#include <talloc.h>
}
#include "ir_reader.h" #include "ir_reader.h"
#include "glsl_parser_extras.h" #include "glsl_parser_extras.h"
#include "glsl_types.h" #include "glsl_types.h"

View File

@@ -25,10 +25,6 @@
#include <cstdio> #include <cstdio>
#include <cstdarg> #include <cstdarg>
extern "C" {
#include <talloc.h>
}
#include "main/core.h" #include "main/core.h"
#include "glsl_symbol_table.h" #include "glsl_symbol_table.h"
#include "glsl_parser_extras.h" #include "glsl_parser_extras.h"

View File

@@ -68,10 +68,6 @@
#include <cstdarg> #include <cstdarg>
#include <climits> #include <climits>
extern "C" {
#include <talloc.h>
}
#include "main/core.h" #include "main/core.h"
#include "glsl_symbol_table.h" #include "glsl_symbol_table.h"
#include "ir.h" #include "ir.h"

View File

@@ -41,7 +41,6 @@ extern "C" {
#include "brw_context.h" #include "brw_context.h"
#include "brw_eu.h" #include "brw_eu.h"
#include "brw_wm.h" #include "brw_wm.h"
#include "talloc.h"
} }
#include "brw_fs.h" #include "brw_fs.h"
#include "../glsl/glsl_types.h" #include "../glsl/glsl_types.h"

View File

@@ -41,7 +41,6 @@ extern "C" {
#include "brw_context.h" #include "brw_context.h"
#include "brw_eu.h" #include "brw_eu.h"
#include "brw_wm.h" #include "brw_wm.h"
#include "talloc.h"
} }
#include "brw_fs.h" #include "brw_fs.h"
#include "../glsl/glsl_types.h" #include "../glsl/glsl_types.h"

View File

@@ -39,7 +39,6 @@ extern "C" {
#include "brw_context.h" #include "brw_context.h"
#include "brw_eu.h" #include "brw_eu.h"
#include "brw_wm.h" #include "brw_wm.h"
#include "talloc.h"
} }
#include "brw_fs.h" #include "brw_fs.h"
#include "../glsl/glsl_types.h" #include "../glsl/glsl_types.h"