summaryrefslogtreecommitdiff
path: root/gst/gst-argtypes.c
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2005-10-12 11:21:53 +0000
committerJulien Moutte <julien@moutte.net>2005-10-12 11:21:53 +0000
commit2cfbf3f112afa8b55bf3bc32224b0358b1be7ca1 (patch)
tree1bb3418e2127d932c73205db4c6c2a11e8fe50d8 /gst/gst-argtypes.c
parent9357eeb14a2ac03b259c3cb9bc4af95aca89488e (diff)
Reordering header inclusion order to fix build on my machine.
Original commit message from CVS: 2005-10-12 Julien MOUTTE <julien@moutte.net> * gst/gst-argtypes.c: * gst/pygstminiobject.c: * testsuite/testhelpermodule.c: Reordering header inclusion order to fix build on my machine.
Diffstat (limited to 'gst/gst-argtypes.c')
-rw-r--r--gst/gst-argtypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gst-argtypes.c b/gst/gst-argtypes.c
index c35acc5..f84d6b7 100644
--- a/gst/gst-argtypes.c
+++ b/gst/gst-argtypes.c
@@ -23,8 +23,8 @@
* before including pygobject.h */
#define NO_IMPORT_PYGOBJECT
-#include <gst/gst.h>
#include "common.h"
+#include <gst/gst.h>
/* This function will return a copy, unless the following is all TRUE:
* - The given PyObject contains a GstCaps already