summaryrefslogtreecommitdiff
path: root/libgpo/gpo.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-06 12:39:34 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-07-06 12:59:49 +1000
commit68e0b262be33a1e25018a2afa1e1280ecc5a96eb (patch)
tree6ed37299ba935e2c669ee917660043cf0ce70a94 /libgpo/gpo.h
parentc1f8a743201746ccbcd1af5e6f410b2b922c00ba (diff)
downloadsamba-68e0b262be33a1e25018a2afa1e1280ecc5a96eb.tar.gz
build: Remove _SAMBA_BUILD == 4 from libgpo
This code has no hope of building against the samba4 libs (it has been disabled for a very long time, and files referenced don't exist etc), and with the common build there simply is no need. Andrew Bartlett
Diffstat (limited to 'libgpo/gpo.h')
-rw-r--r--libgpo/gpo.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libgpo/gpo.h b/libgpo/gpo.h
index e6443825ece..62e9091156e 100644
--- a/libgpo/gpo.h
+++ b/libgpo/gpo.h
@@ -20,12 +20,8 @@
#ifndef __GPO_H__
#define __GPO_H__
-#if _SAMBA_BUILD_ == 4
-#include "source4/libgpo/ads_convenience.h"
-#else
struct loadparm_context;
#include "ads.h"
-#endif
enum GPO_LINK_TYPE {
GP_LINK_UNKOWN = 0,