summaryrefslogtreecommitdiff
path: root/source4/param/pyparam_util.c
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-11-29 12:03:53 +0100
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-11-29 12:56:12 +0100
commit0852b0f65397d8e93172b00383104ce12fe02afd (patch)
tree29309e6c9a704968b0a289b05853f481752d3413 /source4/param/pyparam_util.c
parentcc553eaf97f0466a89d43a12f9cb843cfa1379fb (diff)
downloadsamba-0852b0f65397d8e93172b00383104ce12fe02afd.tar.gz
s4:param/pyparam_util.c - remove unused include
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Nov 29 12:56:12 CET 2010 on sn-devel-104
Diffstat (limited to 'source4/param/pyparam_util.c')
-rw-r--r--source4/param/pyparam_util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/param/pyparam_util.c b/source4/param/pyparam_util.c
index 57a9b1b7720..5781cb8ea8a 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)