From f4e06981cc85e28a61a1d94681989fb8e45dc310 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Mon, 10 May 2010 10:56:03 -0700 Subject: [PATCH] Remove unnecessary include of simple_list.h --- ir.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ir.cpp b/ir.cpp index d2d8b40..76f5bab 100644 --- a/ir.cpp +++ b/ir.cpp @@ -22,7 +22,6 @@ */ #include #include "main/imports.h" -#include "main/simple_list.h" #include "ir.h" #include "ir_visitor.h" #include "glsl_types.h" -- 2.7.4