diff options
author | Günther Deschner <gd@samba.org> | 2011-02-25 16:18:33 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-02 23:06:17 +0100 |
commit | ba7727487e50005555d0c414c23cdd2edb610524 (patch) | |
tree | 4d97ce24d4629bb9314a17900ad2adc08517ad0d | |
parent | a460fe8151d6afb29dde623971cde95ef41f6bd8 (diff) | |
download | samba-ba7727487e50005555d0c414c23cdd2edb610524.tar.gz samba-ba7727487e50005555d0c414c23cdd2edb610524.tar.bz2 samba-ba7727487e50005555d0c414c23cdd2edb610524.zip |
s3-includes: remove global include of system/readline.h.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Mar 2 23:06:17 CET 2011 on sn-devel-104
-rw-r--r-- | source3/include/includes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 79145840ce..9d55c4a747 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -76,7 +76,6 @@ #include "system/locale.h" #include "system/network.h" #include "system/passwd.h" -#include "system/readline.h" #include "system/select.h" #include "system/shmem.h" #include "system/syslog.h" |