From 2552c750e5391ea27cc12a0a4d4cb1a6a73a9888 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Thu, 20 Sep 2012 02:03:38 +0000 Subject: We always HAVE_CONFIG_H so don't bother checking whether we have it or not. svn path=/trunk/; revision=45017 --- epan/dissectors/packet-esio.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'epan/dissectors/packet-esio.c') diff --git a/epan/dissectors/packet-esio.c b/epan/dissectors/packet-esio.c index 497e0b793f..8362ea9e42 100644 --- a/epan/dissectors/packet-esio.c +++ b/epan/dissectors/packet-esio.c @@ -23,9 +23,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #include #include -- cgit v1.2.1