From 0548123153643e00a4a91280aca2d031218f7292 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sun, 31 Aug 2003 23:58:55 +0000 Subject: We don't need to #include memory.h here. It's a BSD'ism and just includes string.h anyways. (This used to be commit 71034cede83b5605b25a4d3b640086294244c239) --- source3/utils/log2pcaphex.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/utils') diff --git a/source3/utils/log2pcaphex.c b/source3/utils/log2pcaphex.c index 7c429c326b..4804b99338 100644 --- a/source3/utils/log2pcaphex.c +++ b/source3/utils/log2pcaphex.c @@ -38,7 +38,6 @@ int hexformat = 0; #include #include -#include #include #include #include -- cgit