From 0852b0f65397d8e93172b00383104ce12fe02afd Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Mon, 29 Nov 2010 12:03:53 +0100 Subject: s4:param/pyparam_util.c - remove unused include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Autobuild-User: Matthias Dieter Wallnöfer Autobuild-Date: Mon Nov 29 12:56:12 CET 2010 on sn-devel-104 --- source4/param/pyparam_util.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/param/pyparam_util.c') diff --git a/source4/param/pyparam_util.c b/source4/param/pyparam_util.c index 57a9b1b772..5781cb8ea8 100644 --- a/source4/param/pyparam_util.c +++ b/source4/param/pyparam_util.c @@ -22,7 +22,6 @@ #include "param/param.h" #include "param/loadparm.h" #include "lib/talloc/pytalloc.h" -#include "lib/cmdline/popt_common.h" #define PyLoadparmContext_AsLoadparmContext(obj) py_talloc_get_type(obj, struct loadparm_context) -- cgit