diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2008-04-12 01:02:59 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2008-04-12 01:02:59 +0000 |
commit | d4ccf577a8e678094bb490138ac6e4713b92e043 (patch) | |
tree | ff09852d18f98e15c92210946c632e959897d350 /gtk/mtp3_summary.c | |
parent | 55c2be83dbe0eccfc5bffc04c3192fee146a4bc3 (diff) | |
download | wireshark-d4ccf577a8e678094bb490138ac6e4713b92e043.tar.gz wireshark-d4ccf577a8e678094bb490138ac6e4713b92e043.tar.bz2 wireshark-d4ccf577a8e678094bb490138ac6e4713b92e043.zip |
where it's not necessary, remove #include "compat_macros.h"
svn path=/trunk/; revision=24922
Diffstat (limited to 'gtk/mtp3_summary.c')
-rw-r--r-- | gtk/mtp3_summary.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/mtp3_summary.c b/gtk/mtp3_summary.c index 336bbe736c..d123cc68a7 100644 --- a/gtk/mtp3_summary.c +++ b/gtk/mtp3_summary.c @@ -52,7 +52,6 @@ #include "image/clist_descend.xpm" #include "dlg_utils.h" #include "gui_utils.h" -#include "compat_macros.h" #include <epan/tap.h> #include <epan/dissectors/packet-mtp3.h> |