From 59edd60ebec61bf24dd27063f85bcd049fd0af13 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 19 Jan 2017 16:20:13 -0500 Subject: killed common, more inventory, other random stuff --- src/shader_utils.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/shader_utils.cpp') diff --git a/src/shader_utils.cpp b/src/shader_utils.cpp index bc9375c..85060e2 100644 --- a/src/shader_utils.cpp +++ b/src/shader_utils.cpp @@ -1,10 +1,9 @@ +#include + #include #include using namespace std; -#include -//#include - /** * Store all the file's contents in memory, useful to pass shaders * source code to OpenGL. Using SDL_RWops for Android asset support. -- cgit v1.2.3