summaryrefslogtreecommitdiff
path: root/ui/gtk/sctp_byte_graph_dlg.c
diff options
context:
space:
mode:
authorIrene RĂ¼ngeler <I.Ruengeler@fh-muenster.de>2013-10-24 09:36:33 +0000
committerIrene RĂ¼ngeler <I.Ruengeler@fh-muenster.de>2013-10-24 09:36:33 +0000
commit9188e541084a74ffd2959b914b925854c0633330 (patch)
tree8ccdc570419c4361aaccfc589dd615cce0487082 /ui/gtk/sctp_byte_graph_dlg.c
parentd803c5bf9cd7722ef82a8213ddfefdcd0c2a1697 (diff)
downloadwireshark-9188e541084a74ffd2959b914b925854c0633330.tar.gz
Move sctp_stat to ui to make it independent from gtk.
svn path=/trunk/; revision=52812
Diffstat (limited to 'ui/gtk/sctp_byte_graph_dlg.c')
-rw-r--r--ui/gtk/sctp_byte_graph_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/sctp_byte_graph_dlg.c b/ui/gtk/sctp_byte_graph_dlg.c
index 8226635959..081bb66f58 100644
--- a/ui/gtk/sctp_byte_graph_dlg.c
+++ b/ui/gtk/sctp_byte_graph_dlg.c
@@ -39,7 +39,7 @@
#include "ui/gtk/dlg_utils.h"
#include "ui/gtk/gui_utils.h"
#include "ui/gtk/main.h"
-#include "ui/gtk/sctp_stat.h"
+#include "ui/sctp_stat.h"
#include "ui/gtk/old-gtk-compat.h"