mesa: change ctx->Driver.ProgramStringNotify() to return GLboolean
[mesa.git] / src / mesa / drivers / dri / i915 / i915_debug_fp.c
index 84347a01efe419bad6cc1f03f8684c713e3ac712..bf500e54fa29de536483cc76d30535314a0fc162 100644 (file)
@@ -30,9 +30,6 @@
 #include "i915_reg.h"
 #include "i915_debug.h"
 #include "main/imports.h"
-#include "shader/program.h"
-#include "shader/prog_instruction.h"
-#include "shader/prog_print.h"
 
 #define PRINTF( ... ) _mesa_printf( __VA_ARGS__ )