pango: changes includes from brackets to quotes for local files
authorIdar Tollefsen <itollefs@cisco.com>
Thu, 4 Aug 2011 09:30:05 +0000 (11:30 +0200)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 5 Jan 2012 10:52:14 +0000 (10:52 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=667316

ext/pango/gstclockoverlay.c
ext/pango/gsttimeoverlay.c

index d90cff1..24a8238 100644 (file)
@@ -46,7 +46,7 @@
 #include "config.h"
 #endif
 
-#include <gstclockoverlay.h>
+#include "gstclockoverlay.h"
 #include <gst/video/video.h>
 #include <time.h>
 
index 27fab92..fc66304 100644 (file)
@@ -48,7 +48,7 @@
 
 #include <gst/video/video.h>
 
-#include <gsttimeoverlay.h>
+#include "gsttimeoverlay.h"
 
 GST_BOILERPLATE (GstTimeOverlay, gst_time_overlay, GstTextOverlay,
     GST_TYPE_TEXT_OVERLAY);