Remove unnecessary include of simple_list.h
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 10 May 2010 17:56:03 +0000 (10:56 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 10 May 2010 18:04:22 +0000 (11:04 -0700)
ir.cpp

diff --git a/ir.cpp b/ir.cpp
index d2d8b40..76f5bab 100644 (file)
--- a/ir.cpp
+++ b/ir.cpp
@@ -22,7 +22,6 @@
  */
 #include <string.h>
 #include "main/imports.h"
-#include "main/simple_list.h"
 #include "ir.h"
 #include "ir_visitor.h"
 #include "glsl_types.h"