aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/tcp_graph.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-09-17 00:02:31 +0000
committerGuy Harris <guy@alum.mit.edu>2005-09-17 00:02:31 +0000
commitb7b80d94bee66b7edbd606c5ce6afdeb009bd5b8 (patch)
tree56b81de26d3859239959edef327f0779f660c99b /gtk/tcp_graph.c
parentef461aa94b31f7f10b710ecfbfcb4a375690c049 (diff)
Move a pile of protocol-related headers from the top-level source
directory to the epan directory. Some of them should perhaps ultimately be moved to epan/dissectors, if they pertain only to stuff exported by a particular dissector. Fix Gerald's e-mail address in files we're moving. svn path=/trunk/; revision=15844
Diffstat (limited to 'gtk/tcp_graph.c')
-rw-r--r--gtk/tcp_graph.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/tcp_graph.c b/gtk/tcp_graph.c
index a074210a27..2c7e481ee4 100644
--- a/gtk/tcp_graph.c
+++ b/gtk/tcp_graph.c
@@ -41,8 +41,8 @@
#include "gui_utils.h"
#include "color.h"
#include "compat_macros.h"
-#include "etypes.h"
-#include "ppptypes.h"
+#include <epan/etypes.h>
+#include <epan/ppptypes.h>
#include "dlg_utils.h"
#include <epan/epan_dissect.h>
#include "../stat_menu.h"