aboutsummaryrefslogtreecommitdiffstats
path: root/mergecap.c
diff options
context:
space:
mode:
Diffstat (limited to 'mergecap.c')
-rw-r--r--mergecap.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/mergecap.c b/mergecap.c
index 35609ee074..e8cae5d43f 100644
--- a/mergecap.c
+++ b/mergecap.c
@@ -44,19 +44,15 @@
#include "wtap.h"
#ifndef HAVE_GETOPT
-#include "wsutil/wsgetopt.h"
+#include <wsutil/wsgetopt.h>
#endif
-#include "wsutil/strnatcmp.h"
+#include <wsutil/strnatcmp.h>
+#include <wsutil/file_util.h>
-#define WS_BUILD_DLL
-#define RESET_SYMBOL_EXPORT /* wsutil/wsgetopt.h set export behavior above. */
-#undef WS_BUILD_DLL
-#define RESET_SYMBOL_EXPORT
+#include <wiretap/merge.h>
#include "svnversion.h"
-#include "merge.h"
-#include "wsutil/file_util.h"
#ifdef HAVE_FCNTL_H
#include <fcntl.h>