diff options
author | Jeff Morriss <jeff.morriss@ulticom.com> | 2010-08-30 16:10:01 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss@ulticom.com> | 2010-08-30 16:10:01 +0000 |
commit | b4c2ed1b86949dd79ac107d7edbc0be68f59d618 (patch) | |
tree | 9ea32300dcac661f69c271986c4b92e56be5bde4 /gtk/flow_graph.c | |
parent | 05f5bf510b6c4c8533aba2823afe68089fb8c268 (diff) | |
download | wireshark-b4c2ed1b86949dd79ac107d7edbc0be68f59d618.tar.gz wireshark-b4c2ed1b86949dd79ac107d7edbc0be68f59d618.tar.bz2 wireshark-b4c2ed1b86949dd79ac107d7edbc0be68f59d618.zip |
Remove some unnecessary includes: a lot of things don't need globals.h and register.h
svn path=/trunk/; revision=34017
Diffstat (limited to 'gtk/flow_graph.c')
-rw-r--r-- | gtk/flow_graph.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/flow_graph.c b/gtk/flow_graph.c index adb228184a..0838c4e047 100644 --- a/gtk/flow_graph.c +++ b/gtk/flow_graph.c @@ -40,8 +40,6 @@ #include <epan/dissectors/packet-tcp.h> #include <epan/strutil.h> -#include "../register.h" -#include "../globals.h" #include "../stat_menu.h" #include "../simple_dialog.h" |