comparison 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
comparison
equal deleted inserted replaced
2089:bb1ddaaf0d26 2090:b66aca8e8dce
21 21
22 #ifndef _GAIM_GAIM_H_ 22 #ifndef _GAIM_GAIM_H_
23 #define _GAIM_GAIM_H_ 23 #define _GAIM_GAIM_H_
24 24
25 #ifdef HAVE_CONFIG_H 25 #ifdef HAVE_CONFIG_H
26 #include "../config.h" 26 #include <config.h>
27 #endif 27 #endif
28 28
29 #include <gtk/gtk.h> 29 #include <gtk/gtk.h>
30 #include <time.h> 30 #include <time.h>
31 #include <stdio.h> 31 #include <stdio.h>