st/mesa: Remove unnecessary headers.

This commit is contained in:
Vinson Lee
2010-01-31 02:34:51 -08:00
parent 980fa564e4
commit f8f2520e88
3 changed files with 0 additions and 3 deletions

View File

@@ -50,7 +50,6 @@
#include "st_context.h"
#include "st_atom.h"
#include "st_program.h"
#include "st_atom_shader.h"

View File

@@ -43,7 +43,6 @@
#include "st_context.h"
#include "st_program.h"
#include "st_atom_shader.h"
#include "st_mesa_to_tgsi.h"
#include "st_cb_program.h"

View File

@@ -40,7 +40,6 @@
#include "st_context.h"
#include "shader/prog_instruction.h"
#include "shader/prog_parameter.h"
#include "shader/prog_print.h"
#include "util/u_debug.h"
#include "util/u_math.h"
#include "util/u_memory.h"