diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-14 00:35:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:06:02 -0500 |
commit | 3ebaf4ca290db31c29d884ffff226a01f3243a95 (patch) | |
tree | 4dbc88e3bf05a37c4d63b27192cef8f4f727d9c5 /source4 | |
parent | 2a9407fad39a472a356adbcdac3c0fa0a4d69a5f (diff) | |
download | samba-3ebaf4ca290db31c29d884ffff226a01f3243a95.tar.gz samba-3ebaf4ca290db31c29d884ffff226a01f3243a95.tar.bz2 samba-3ebaf4ca290db31c29d884ffff226a01f3243a95.zip |
r15594: Remove another unused include
(This used to be commit 0c078988715744bb4cbdf210d8ac9d7782135737)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/torture.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c index e4470991a4..689de7c5f8 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -20,7 +20,6 @@ */ #include "includes.h" -#include "lib/cmdline/popt_common.h" #include "libcli/raw/libcliraw.h" #include "system/time.h" #include "system/wait.h" |