aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/simple_dialog.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2002-09-05 18:48:52 +0000
committerJörg Mayer <jmayer@loplof.de>2002-09-05 18:48:52 +0000
commite4a2e2cefe6a1d4ad67db2befe3d5fad5c2b839f (patch)
tree55aa5c9290a80e3664c89daaddc5183334a6ee25 /gtk/simple_dialog.c
parente20ea63dd40b849e8ab61e718d1163da5e1eba25 (diff)
Include cleanups in gtk and gtk2:
Remove unneded includes Add include wrappers where missing svn path=/trunk/; revision=6191
Diffstat (limited to 'gtk/simple_dialog.c')
-rw-r--r--gtk/simple_dialog.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk/simple_dialog.c b/gtk/simple_dialog.c
index 5be59e3d69..a38752590f 100644
--- a/gtk/simple_dialog.c
+++ b/gtk/simple_dialog.c
@@ -1,7 +1,7 @@
/* simple_dialog.c
* Simple message dialog box routines.
*
- * $Id: simple_dialog.c,v 1.11 2002/08/28 21:03:49 jmayer Exp $
+ * $Id: simple_dialog.c,v 1.12 2002/09/05 18:47:47 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -27,11 +27,8 @@
# include "config.h"
#endif
-#include <glib.h>
-
#include <gtk/gtk.h>
-#include <stdarg.h>
#include <stdio.h>
#ifdef NEED_SNPRINTF_H