diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-02-10 07:43:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:40 -0500 |
commit | a0e6f6c05b438765c8bbb6f8e7f7e6478dc67293 (patch) | |
tree | 9decfdcbfb19618549abe4f43acfcfd4f76ca457 /source4/include/includes.h | |
parent | 75ddf59ea110117578acd3a7b889549bfb40473c (diff) | |
download | samba-a0e6f6c05b438765c8bbb6f8e7f7e6478dc67293.tar.gz samba-a0e6f6c05b438765c8bbb6f8e7f7e6478dc67293.tar.bz2 samba-a0e6f6c05b438765c8bbb6f8e7f7e6478dc67293.zip |
r5309: removed ads.h from includes.h
(This used to be commit 196c45b834c39f293b9533cec5cfe5a77382d4e2)
Diffstat (limited to 'source4/include/includes.h')
-rw-r--r-- | source4/include/includes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h index 32a1946e51..2e04e365eb 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -132,7 +132,6 @@ extern int errno; #include "smb_interfaces.h" #include "ntvfs/ntvfs.h" #include "cli_context.h" -#include "ads.h" #define malloc_p(type) (type *)malloc(sizeof(type)) #define malloc_array_p(type, count) (type *)realloc_array(NULL, sizeof(type), count) |