Mesa (master): i965/vec4: Remove unnecessary #includes from the generator.

Matt Turner mattst88 at kemper.freedesktop.org
Fri Oct 30 00:51:13 UTC 2015


Module: Mesa
Branch: master
Commit: 11a7b6bbaaa8790f580ccdd99ac1798629df2041
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=11a7b6bbaaa8790f580ccdd99ac1798629df2041

Author: Matt Turner <mattst88 at gmail.com>
Date:   Fri Oct 23 23:13:07 2015 -0700

i965/vec4: Remove unnecessary #includes from the generator.

Reviewed-by: Iago Toral Quiroga <itoral at igalia.com>

---

 src/mesa/drivers/dri/i965/brw_vec4_generator.cpp |    8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_vec4_generator.cpp b/src/mesa/drivers/dri/i965/brw_vec4_generator.cpp
index bd816e3..c704e23 100644
--- a/src/mesa/drivers/dri/i965/brw_vec4_generator.cpp
+++ b/src/mesa/drivers/dri/i965/brw_vec4_generator.cpp
@@ -20,18 +20,10 @@
  * IN THE SOFTWARE.
  */
 
-#include <ctype.h>
 #include "glsl/glsl_parser_extras.h"
 #include "brw_vec4.h"
 #include "brw_cfg.h"
 
-extern "C" {
-#include "brw_eu.h"
-#include "main/macros.h"
-#include "program/prog_print.h"
-#include "program/prog_parameter.h"
-};
-
 using namespace brw;
 
 static void




More information about the mesa-commit mailing list