comparison src/gtkrequest.c @ 5872:059d95c67cda

[gaim-migrate @ 6304] The legendary Header File Cleanup! Files now only include what they need. This should reduce the number of files that must recompile when a header file changes. It's a lot nicer. Trust me on it. I also added a couple new header files. I hope I didn't break TOO much! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 14 Jun 2003 23:21:02 +0000
parents 4676b498ff4b
children 8c44020a958e
comparison
equal deleted inserted replaced
5871:508adf90fbb9 5872:059d95c67cda
18 * 18 *
19 * You should have received a copy of the GNU General Public License 19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software 20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 */ 22 */
23 #include "internal.h"
24
25 #include "debug.h"
26
23 #include "gtkrequest.h" 27 #include "gtkrequest.h"
28 #include "gtkutils.h"
24 #include "stock.h" 29 #include "stock.h"
25 #include <gtk/gtk.h>
26 #include <string.h>
27
28 /* XXX For _(..) */
29 #include "gaim.h"
30 30
31 typedef struct 31 typedef struct
32 { 32 {
33 GaimRequestType type; 33 GaimRequestType type;
34 34