diff options
author | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2012-09-20 01:48:30 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2012-09-20 01:48:30 +0000 |
commit | 3729335973b966a8b9b0f887c637d42be047a790 (patch) | |
tree | 3c6bda38058982470b2a7a3f4244007dbafe376c /epan/gcp.c | |
parent | 3551a86c36fa9f27dede601320a812d2ce0ae941 (diff) | |
download | wireshark-3729335973b966a8b9b0f887c637d42be047a790.tar.gz wireshark-3729335973b966a8b9b0f887c637d42be047a790.tar.bz2 wireshark-3729335973b966a8b9b0f887c637d42be047a790.zip |
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
svn path=/trunk/; revision=45016
Diffstat (limited to 'epan/gcp.c')
-rw-r--r-- | epan/gcp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/epan/gcp.c b/epan/gcp.c index 0a8f2efce9..67a066ed11 100644 --- a/epan/gcp.c +++ b/epan/gcp.c @@ -29,9 +29,7 @@ * - avoid persistent tracking of NULL and ALL contexts */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif +#include "config.h" #include "gcp.h" |