glsl: Remove ir_print_visitor.h includes and usage
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_emit.cpp
index 9e1cf4a2b62fd86f005d3d8bda4975ef06bda618..f3909891c457a5d79a95c6289d7da9577669c670 100644 (file)
@@ -35,7 +35,6 @@ extern "C" {
 
 #include "brw_fs.h"
 #include "brw_cfg.h"
-#include "glsl/ir_print_visitor.h"
 
 fs_generator::fs_generator(struct brw_context *brw,
                            struct brw_wm_compile *c,