From 232486dfd3c795a46a2409ecbafca05375eedc1a Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Sun, 26 Aug 2012 18:18:33 +0200 Subject: [PATCH] gl: shader: do not include uterm.h The "static" library does not have any dependencies. To avoid compilation errors, remove this inclusion. Signed-off-by: David Herrmann --- src/static_gl_shader.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/static_gl_shader.c b/src/static_gl_shader.c index 6facba6..32ca4e8 100644 --- a/src/static_gl_shader.c +++ b/src/static_gl_shader.c @@ -40,7 +40,6 @@ #include #include "static_gl.h" #include "static_llog.h" -#include "uterm.h" #define LLOG_SUBSYSTEM "gl_shader"