From d0d0a69d0b2fafafa1ab340c8a352406b07329ef Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 12 Nov 2007 17:22:12 +0100 Subject: r25932: Remove unnecessary include - should fix the build on hosts without popt. (This used to be commit f250ae0c361aef864f25dfc7599ce1e7a4e29cf8) --- source4/lib/registry/tests/generic.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/lib/registry/tests/generic.c') diff --git a/source4/lib/registry/tests/generic.c b/source4/lib/registry/tests/generic.c index 68040ea98e..d18d300423 100644 --- a/source4/lib/registry/tests/generic.c +++ b/source4/lib/registry/tests/generic.c @@ -21,7 +21,6 @@ #include "includes.h" #include "lib/registry/registry.h" -#include "lib/cmdline/popt_common.h" #include "torture/torture.h" #include "librpc/gen_ndr/winreg.h" -- cgit