diff options
author | Günther Deschner <gd@samba.org> | 2010-06-30 23:38:57 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-07-01 23:20:40 +0200 |
commit | dff7be8ccb9538cfe8468884aa2eecd129c631cb (patch) | |
tree | 5394ea1ffb34086c168bfe901c1b8ff53e376c18 /source3/include | |
parent | 6d810eff81f6a0abb371b2661cb0711e46e1bf1d (diff) | |
download | samba-dff7be8ccb9538cfe8468884aa2eecd129c631cb.tar.gz samba-dff7be8ccb9538cfe8468884aa2eecd129c631cb.tar.bz2 samba-dff7be8ccb9538cfe8468884aa2eecd129c631cb.zip |
s3-libads: only include libds flags where needed.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/ads.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/ads.h b/source3/include/ads.h index 784af848fa..06a48f9691 100644 --- a/source3/include/ads.h +++ b/source3/include/ads.h @@ -6,8 +6,6 @@ basically this is a wrapper around ldap */ -#include "../libds/common/flags.h" - #define TOK_ID_KRB_AP_REQ ((const uint8_t *)"\x01\x00") #define TOK_ID_KRB_AP_REP ((const uint8_t *)"\x02\x00") #define TOK_ID_KRB_ERROR ((const uint8_t *)"\x03\x00") |