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-rohc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'epan/dissectors/packet-rohc.c') diff --git a/epan/dissectors/packet-rohc.c b/epan/dissectors/packet-rohc.c index b617cb6b33..72a0c6a0c8 100644 --- a/epan/dissectors/packet-rohc.c +++ b/epan/dissectors/packet-rohc.c @@ -30,9 +30,7 @@ * http://datatracker.ietf.org/doc/rfc5225/ RObust Header Compression Version 2 (ROHCv2): Profiles for RTP, UDP, IP, ESP and UDP-Lite */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif +#include "config.h" #include #include -- cgit v1.2.3