ges: Fix include orders
authorEdward Hervey <edward.hervey@collabora.co.uk>
Fri, 6 May 2011 17:35:13 +0000 (19:35 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Fri, 6 May 2011 17:35:13 +0000 (19:35 +0200)
ges/ges-timeline-effect.h
ges/ges-timeline-parse-launch-effect.h
ges/ges-timeline-standard-transition.h
ges/ges-timeline-transition.h
ges/ges.h

index 33eaa821218fff4c4775376fa33f657e2b6e0dbc..6fc7797b7bc7f0d6fa8cab2ddb9ef0793df7c7c9 100644 (file)
@@ -21,8 +21,7 @@
 #define _GES_TIMELINE_EFFECT
 
 #include <glib-object.h>
-#include <ges/ges.h>
-#include "ges-types.h"
+#include <ges/ges-types.h>
 
 G_BEGIN_DECLS
 
index 9ae102c826b7bf930bd1d4443fa87ecb95a7fb75..fb382436e48204a1195eb293776579463f98b3ad 100644 (file)
@@ -21,8 +21,7 @@
 #define _GES_TIMELINE_PARSE_LAUNCH_EFFECT
 
 #include <glib-object.h>
-#include <ges/ges.h>
-#include <ges/ges-timeline-effect.h>
+#include <ges/ges-types.h>
 
 G_BEGIN_DECLS
 
index 90988e5d5b52b0965cdf11b3295a5c36a9d0af72..e140f31ed0d3d29764f7198f4c5a973a7a39692a 100644 (file)
@@ -22,7 +22,7 @@
 #define _GES_TIMELINE_STANDARD_TRANSITION
 
 #include <glib-object.h>
-#include <ges/ges.h>
+#include <ges/ges-types.h>
 #include <ges/ges-timeline-transition.h>
 
 G_BEGIN_DECLS
index c7c8507eb03de2e591092c845836a6c792b53632..81ee6d8ec2b55da7d70f410da7eb6d7fd3e1eceb 100644 (file)
@@ -22,7 +22,7 @@
 #define _GES_TIMELINE_TRANSITION
 
 #include <glib-object.h>
-#include <ges/ges.h>
+#include <ges/ges-types.h>
 
 G_BEGIN_DECLS
 
index 9915022676931905a2edf3de32aeaeda789668d0..532ea9af99928d37b9c0d1f63e7eae7befbf5e21 100644 (file)
--- a/ges/ges.h
+++ b/ges/ges.h
 #include <ges/ges-timeline-test-source.h>
 #include <ges/ges-timeline-title-source.h>
 #include <ges/ges-timeline-operation.h>
+#include <ges/ges-timeline-effect.h>
 #include <ges/ges-timeline-overlay.h>
 #include <ges/ges-timeline-text-overlay.h>
 #include <ges/ges-timeline-transition.h>
 #include <ges/ges-timeline-standard-transition.h>
 #include <ges/ges-timeline-parse-launch-effect.h>
+#include <ges/ges-custom-timeline-source.h>
+#include <ges/ges-timeline-effect.h>
+#include <ges/ges-timeline-file-source.h>
+
 #include <ges/ges-track.h>
 #include <ges/ges-track-object.h>
 #include <ges/ges-track-source.h>
+#include <ges/ges-track-operation.h>
 
-#include <ges/ges-custom-timeline-source.h>
-#include <ges/ges-timeline-effect.h>
-#include <ges/ges-timeline-file-source.h>
 #include <ges/ges-track-filesource.h>
 #include <ges/ges-track-image-source.h>
 #include <ges/ges-track-video-test-source.h>