summaryrefslogtreecommitdiff
path: root/gtk/gtkcomboboxentry.c
diff options
context:
space:
mode:
authorKristian Rietveld <kris@gtk.org>2003-10-23 18:25:53 +0000
committerKristian Rietveld <kristian@src.gnome.org>2003-10-23 18:25:53 +0000
commit3a5b5a0f78b83a52a3423b2d98fa62c63debbd1a (patch)
tree77eab3dc6c6d999afc279fc66e958ba81639b717 /gtk/gtkcomboboxentry.c
parent432c583ad584c2ef0b6790467521ec64ba556996 (diff)
downloadgdk-pixbuf-3a5b5a0f78b83a52a3423b2d98fa62c63debbd1a.tar.gz
Fix includes.
Thu Oct 23 20:21:16 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c, gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c, gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
Diffstat (limited to 'gtk/gtkcomboboxentry.c')
-rw-r--r--gtk/gtkcomboboxentry.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkcomboboxentry.c b/gtk/gtkcomboboxentry.c
index 887049cf2..8dfed57eb 100644
--- a/gtk/gtkcomboboxentry.c
+++ b/gtk/gtkcomboboxentry.c
@@ -17,11 +17,11 @@
* Boston, MA 02111-1307, USA.
*/
-#include <gtk/gtkcomboboxentry.h>
-#include <gtk/gtkcelllayout.h>
+#include "gtkcomboboxentry.h"
+#include "gtkcelllayout.h"
-#include <gtk/gtkentry.h>
-#include <gtk/gtkcellrenderertext.h>
+#include "gtkentry.h"
+#include "gtkcellrenderertext.h"
#include "gtkintl.h"