aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/tcp_graph.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/tcp_graph.c')
-rw-r--r--gtk/tcp_graph.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/gtk/tcp_graph.c b/gtk/tcp_graph.c
index a414c51135..951f6012f7 100644
--- a/gtk/tcp_graph.c
+++ b/gtk/tcp_graph.c
@@ -45,10 +45,11 @@
#include "ppptypes.h"
#include "dlg_utils.h"
#include <epan/epan_dissect.h>
-#include "stat_menu.h"
-#include "../epan/dissectors/packet-tcp.h"
-#include "../epan/address.h"
-#include "../epan/tap.h"
+#include "../stat_menu.h"
+#include "gtk_stat_menu.h"
+#include <epan/dissectors/packet-tcp.h>
+#include <epan/address.h>
+#include <epan/tap.h>
#define TH_FIN 0x01
#define TH_SYN 0x02