aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/bootp_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/bootp_stat.c')
-rw-r--r--gtk/bootp_stat.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/bootp_stat.c b/gtk/bootp_stat.c
index 9f50a508ee..0253647d47 100644
--- a/gtk/bootp_stat.c
+++ b/gtk/bootp_stat.c
@@ -35,8 +35,6 @@
#include <epan/tap.h>
#include "../simple_dialog.h"
-#include "../register.h"
-#include "../globals.h"
#include "../stat_menu.h"
#include "gtk/gui_utils.h"
@@ -218,7 +216,7 @@ dhcpstat_init(const char *optarg, void *userdata _U_)
}
/* transient_for top_level */
- sp->win= dlg_window_new(title);
+ sp->win= dlg_window_new(title);
gtk_window_set_destroy_with_parent (GTK_WINDOW(sp->win), TRUE);
g_free(title);