aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gtkclist.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-12-07 22:06:27 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-12-07 22:06:27 +0000
commit1b7ba3f8624e0895ad0b5ff9c4db8fdc052ce9d7 (patch)
treea1ddb3362dea8002da3c1345d141fd1a3ec05b85 /gtk/gtkclist.c
parent612448c2e1383643c9f50c59f1a5543ff38ac6b8 (diff)
Remove 3 GTK+ header files and have our gtkclist.c use
the the system version of the gtk header files. svn path=/trunk/; revision=1238
Diffstat (limited to 'gtk/gtkclist.c')
-rw-r--r--gtk/gtkclist.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkclist.c b/gtk/gtkclist.c
index 583e797e31..43323cdbc5 100644
--- a/gtk/gtkclist.c
+++ b/gtk/gtkclist.c
@@ -28,10 +28,10 @@
#include <stdlib.h>
#include <string.h>
#include "config.h"
-#include "gtkmain.h"
+#include <gtk/gtkmain.h>
#include "gtkclist.h"
-#include "gtkbindings.h"
-#include "gtkdnd.h"
+#include <gtk/gtkbindings.h>
+#include <gtk/gtkdnd.h>
#include <gdk/gdkx.h>
#include <gdk/gdkkeysyms.h>