diff src/gaim.h @ 2090:b66aca8e8dce

[gaim-migrate @ 2100] change ../config.h to <config.h> because that's better. change from GdkInput functions to GaimInput for reasons mentioned elsewhere. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 31 Jul 2001 23:23:40 +0000
parents 859e9c2c5813
children a93aeb6f813d
line wrap: on
line diff
--- a/src/gaim.h	Tue Jul 31 18:02:40 2001 +0000
+++ b/src/gaim.h	Tue Jul 31 23:23:40 2001 +0000
@@ -23,7 +23,7 @@
 #define _GAIM_GAIM_H_
 
 #ifdef HAVE_CONFIG_H
-#include "../config.h"
+#include <config.h>
 #endif
 
 #include <gtk/gtk.h>