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 <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2012-08-26 18:18:33 +02:00
parent 4788267a9c
commit 232486dfd3

View File

@ -40,7 +40,6 @@
#include <string.h>
#include "static_gl.h"
#include "static_llog.h"
#include "uterm.h"
#define LLOG_SUBSYSTEM "gl_shader"