aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_ncp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/hostlist_ncp.c')
-rw-r--r--gtk/hostlist_ncp.c13
1 files changed, 8 insertions, 5 deletions
diff --git a/gtk/hostlist_ncp.c b/gtk/hostlist_ncp.c
index debb488461..c8d0d21c0c 100644
--- a/gtk/hostlist_ncp.c
+++ b/gtk/hostlist_ncp.c
@@ -29,18 +29,21 @@
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
+#include <string.h>
#include <gtk/gtk.h>
-#include <string.h>
+
#include "epan/packet.h"
#include <epan/stat_cmd_args.h>
-#include "../stat_menu.h"
-#include "gui_stat_menu.h"
#include <epan/tap.h>
-#include "../register.h"
-#include "hostlist_table.h"
/*#include <epan/dissectors/packet-ncp-int.h>*/
+#include "../stat_menu.h"
+#include "../register.h"
+
+#include "gtk/gui_stat_menu.h"
+#include "gtk/hostlist_table.h"
+
static int
ncp_hostlist_packet(void *pit, packet_info *pinfo, epan_dissect_t *edt _U_, const void *vip _U_)