gstreamer_core/gst/parse/parse.l
branchRCL_3
changeset 29 567bb019e3e3
parent 0 0e761a78d257
child 30 7e817e7e631c
--- a/gstreamer_core/gst/parse/parse.l	Wed Mar 31 22:03:18 2010 +0300
+++ b/gstreamer_core/gst/parse/parse.l	Tue Aug 31 15:30:33 2010 +0300
@@ -1,5 +1,4 @@
 %{
-
 #include <math.h>
 #include <string.h>
 
@@ -12,11 +11,6 @@
 #include "../gsturi.h"
 #include "grammar.tab.h"
 
-#ifdef __SYMBIAN32__
-#include <glib_global.h>
-#include <gobject_global.h>
-#endif
-
 /* Override the default ECHO so as to avoid fortify warnings. Ignore the
    embedded-NUL case for now. We know yytext is NUL-terminated. */
 #define ECHO g_fprintf(yyout, "%s", yytext)