diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-11-29 12:03:53 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-11-29 12:56:12 +0100 |
commit | 0852b0f65397d8e93172b00383104ce12fe02afd (patch) | |
tree | 29309e6c9a704968b0a289b05853f481752d3413 /source4 | |
parent | cc553eaf97f0466a89d43a12f9cb843cfa1379fb (diff) | |
download | samba-0852b0f65397d8e93172b00383104ce12fe02afd.tar.gz samba-0852b0f65397d8e93172b00383104ce12fe02afd.tar.bz2 samba-0852b0f65397d8e93172b00383104ce12fe02afd.zip |
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')
-rw-r--r-- | source4/param/pyparam_util.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) |