ges: Fix include orders

This commit is contained in:
Edward Hervey 2011-05-06 19:35:13 +02:00
parent de42c1c7f2
commit bca106e4b3
5 changed files with 11 additions and 10 deletions

View 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

View 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

View 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

View 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

View file

@ -36,18 +36,21 @@
#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-track.h>
#include <ges/ges-track-object.h>
#include <ges/ges-track-source.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-track-filesource.h>
#include <ges/ges-track-image-source.h>
#include <ges/ges-track-video-test-source.h>