summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-05-06 12:54:59 +0200
committerKarolin Seeger <kseeger@samba.org>2011-05-17 09:19:53 +0200
commit6d90ddea520aeb3fd6609c6e143bd1a89366bc4b (patch)
tree299bf75de3a8d2a6a651ca1d9d4e1dbb8aac832c /source3/include
parent71e6b33aa67599fa70806f8dd8db6de80acb4cb5 (diff)
downloadsamba-6d90ddea520aeb3fd6609c6e143bd1a89366bc4b.tar.gz
s3-includes: no need to globally include libads/ads_status.h.
Guenther (cherry picked from commit 1e208a705718adb105d89093041c0ba5d51f2429) (cherry picked from commit 68936f478dfc0cb9c7ae9e7b208b5e5c22ea2973)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/ads.h1
-rw-r--r--source3/include/includes.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ads.h b/source3/include/ads.h
index ee6e5b8649b..8a8ce28e530 100644
--- a/source3/include/ads.h
+++ b/source3/include/ads.h
@@ -6,6 +6,7 @@
basically this is a wrapper around ldap
*/
+#include "libads/ads_status.h"
#include "smb_ldap.h"
struct ads_struct;
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 48b8bf4c27d..1beca26f23f 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -521,7 +521,6 @@ typedef char fstring[FSTRING_LEN];
#include "../lib/util/debug_s3.h"
#include "../libcli/util/ntstatus.h"
-#include "libads/ads_status.h"
#include "../libcli/util/error.h"
#include "../lib/util/charset/charset.h"
#include "dynconfig.h"