summaryrefslogtreecommitdiff
path: root/gst/parse/parse.l
diff options
context:
space:
mode:
Diffstat (limited to 'gst/parse/parse.l')
-rw-r--r--gst/parse/parse.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/parse/parse.l b/gst/parse/parse.l
index 9e60adcc18..b9162c2be2 100644
--- a/gst/parse/parse.l
+++ b/gst/parse/parse.l
@@ -1,11 +1,11 @@
%{
+#include "../gst_private.h"
+
#include <math.h>
#include <string.h>
#include <glib/gprintf.h>
-#include "../gst_private.h"
-
#include "types.h"
#include "../gstinfo.h"
#include "../gsturi.h"