mesa: Remove unnecessary headers.
authorVinson Lee <vlee@vmware.com>
Thu, 27 May 2010 15:10:31 +0000 (08:10 -0700)
committerVinson Lee <vlee@vmware.com>
Thu, 27 May 2010 15:10:31 +0000 (08:10 -0700)
src/mesa/shader/uniforms.c

index 7aa6c934debe8c1cef4de9f33d7676d4214bb243..2753223747dc23062b51d4dd5dc8c0451717c70c 100644 (file)
 
 #include "main/glheader.h"
 #include "main/context.h"
-#include "main/hash.h"
-#include "shader/program.h"
 #include "shader/prog_parameter.h"
 #include "shader/prog_statevars.h"
 #include "shader/prog_uniform.h"
 #include "shader/shader_api.h"
-#include "shader/slang/slang_compile.h"
-#include "shader/slang/slang_link.h"
-#include "main/dispatch.h"
 #include "uniforms.h"