From dff7be8ccb9538cfe8468884aa2eecd129c631cb Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 30 Jun 2010 23:38:57 +0200 Subject: s3-libads: only include libds flags where needed. Guenther --- source3/include/ads.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include') 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") -- cgit