From 497baf4e4a6a0a2f247c7bfb9bf69a2b93c2c19f Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Thu, 10 Feb 2011 10:26:42 -0800 Subject: Use C-style system headers in C++ code to avoid issues with std:: namespace --- src/glsl/main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/glsl/main.cpp') diff --git a/src/glsl/main.cpp b/src/glsl/main.cpp index 6f05529314..096da93dce 100644 --- a/src/glsl/main.cpp +++ b/src/glsl/main.cpp @@ -20,8 +20,6 @@ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. */ -#include -#include #include #include "ast.h" -- cgit v1.2.3