diff options
author | Bill Meier <wmeier@newsguy.com> | 2010-04-03 21:55:23 +0000 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2010-04-03 21:55:23 +0000 |
commit | 09764dd969b31e7c543fb1f131c5122a104b5f22 (patch) | |
tree | eb46d6189ecce362170cde2fdb345730112fc532 /epan/dissectors/packet-h221_nonstd.c | |
parent | 0d372283b3e92aa04943e31f3aea9a8a86d05483 (diff) | |
download | wireshark-09764dd969b31e7c543fb1f131c5122a104b5f22.tar.gz wireshark-09764dd969b31e7c543fb1f131c5122a104b5f22.tar.bz2 wireshark-09764dd969b31e7c543fb1f131c5122a104b5f22.zip |
Remove unneeded #include <stdio.h>
svn path=/trunk/; revision=32367
Diffstat (limited to 'epan/dissectors/packet-h221_nonstd.c')
-rw-r--r-- | epan/dissectors/packet-h221_nonstd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h221_nonstd.c b/epan/dissectors/packet-h221_nonstd.c index 433919faed..8e90ede53a 100644 --- a/epan/dissectors/packet-h221_nonstd.c +++ b/epan/dissectors/packet-h221_nonstd.c @@ -26,7 +26,6 @@ #include "config.h" #endif -#include <stdio.h> #include <stdlib.h> #include <gmodule.h> #include <ctype.h> |