Get rid of some no-longer-necessary includes of simple_dialog.h (now
authorGuy Harris <guy@alum.mit.edu>
Fri, 13 Aug 2010 08:13:23 +0000 (08:13 -0000)
committerGuy Harris <guy@alum.mit.edu>
Fri, 13 Aug 2010 08:13:23 +0000 (08:13 -0000)
that cf_read_frame() and cf_read_frame_r() pop up an alert box on an
error, its callers no longer do so).

svn path=/trunk/; revision=33792

gtk/packet_list_store.c
gtk/packet_win.c
proto_hier_stats.c

index f4eacca2ad9a4a57ae179170b3e2b05a97392e22..b6f3e6b803fcfe343472d585a6a6d6db3eb51d0b 100644 (file)
@@ -52,7 +52,6 @@
 
 #include "globals.h"
 
-#include "../simple_dialog.h"
 #include "../progress_dlg.h"
 
 static void packet_list_init(PacketList *pkg_tree);
index 9b1cdad1756847d92898d602281d7f3964d08633..19f068ce64a9d6d05858fabff9d801e7680315f4 100644 (file)
@@ -55,7 +55,6 @@
 
 #include "../file.h"
 #include "../print.h"
-#include "../simple_dialog.h"
 #include "../ui_util.h"
 #include "../summary.h"
 
index 1b7f42d37174e955cd79d6c7f3d869407cd11eca..4f95d9837cde954999d9f8a883ce905d0fb1f922 100644 (file)
@@ -31,7 +31,6 @@
 #include "globals.h"
 #include "proto_hier_stats.h"
 #include "progress_dlg.h"
-#include "simple_dialog.h"
 #include <epan/epan_dissect.h>
 #include <wtap.h>