diff options
author | Tim Potter <tpot@samba.org> | 2005-05-24 05:53:50 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:00 -0500 |
commit | 079b96349b352157516390b6e12e679ab638cfb0 (patch) | |
tree | a8ed2c62fb8dcc5981f722d9db99a38395b436f9 /source4/lib | |
parent | 4867378592656d812fcd02d1ea24ccb2c99bf9b7 (diff) | |
download | samba-079b96349b352157516390b6e12e679ab638cfb0.tar.gz samba-079b96349b352157516390b6e12e679ab638cfb0.tar.bz2 samba-079b96349b352157516390b6e12e679ab638cfb0.zip |
r6952: Remove unneeded include of popt_common.h
(This used to be commit 67d7bf877576853a05a156069ea4b97a1755e897)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/credentials.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/credentials.c b/source4/lib/credentials.c index ed9a9788ab..1dbb536f9e 100644 --- a/source4/lib/credentials.c +++ b/source4/lib/credentials.c @@ -22,7 +22,6 @@ #include "includes.h" #include "system/filesys.h" -#include "lib/cmdline/popt_common.h" #include "include/secrets.h" #include "lib/ldb/include/ldb.h" |