diff options
author | Günther Deschner <gd@samba.org> | 2011-02-25 16:52:51 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:06 +0200 |
commit | fd8b5389f675c1ad54dcd81b05ebc12c046b484d (patch) | |
tree | 5ae001fd9b4ae18c60e42938de564f9b010be71c | |
parent | 55f9579110f3c7706d8008714ae69b49f0b463de (diff) | |
download | samba-fd8b5389f675c1ad54dcd81b05ebc12c046b484d.tar.gz samba-fd8b5389f675c1ad54dcd81b05ebc12c046b484d.tar.bz2 samba-fd8b5389f675c1ad54dcd81b05ebc12c046b484d.zip |
s3-includes: remove global include of "system/select.h".
Guenther
-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 2623ae297c..fef92fa2fa 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -73,7 +73,6 @@ #include "system/locale.h" #include "system/network.h" #include "system/passwd.h" -#include "system/select.h" #include "system/shmem.h" #include "system/time.h" #include "system/wait.h" |