diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-06-13 19:35:48 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-06-13 19:35:48 +0200 |
commit | 14f1ce72ed878e22fb6a016be9dc36bb920c0145 (patch) | |
tree | c1f178d47e6efdb517741b368f02b1deb323e8ed /libgpo | |
parent | c3550c9c28d11442b17f53dc6be0489aee9827dd (diff) | |
download | samba-14f1ce72ed878e22fb6a016be9dc36bb920c0145.tar.gz |
libgpo: Use system libraries if possible.
Diffstat (limited to 'libgpo')
-rw-r--r-- | libgpo/gpo_fetch.c | 2 | ||||
-rw-r--r-- | libgpo/gpo_util.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libgpo/gpo_fetch.c b/libgpo/gpo_fetch.c index 2a7cb9d8589..ad6c2a80a0a 100644 --- a/libgpo/gpo_fetch.c +++ b/libgpo/gpo_fetch.c @@ -25,7 +25,7 @@ #if _SAMBA_BUILD_ == 4 #include "param/param.h" #include "libcli/resolve/resolve.h" -#include "../lib/tevent/tevent.h" +#include <tevent.h> #include "libcli/libcli.h" #include "libcli/raw/libcliraw.h" #include "libcli/libcli_proto.h" diff --git a/libgpo/gpo_util.c b/libgpo/gpo_util.c index 0afed55fb5c..195f61cf27e 100644 --- a/libgpo/gpo_util.c +++ b/libgpo/gpo_util.c @@ -24,7 +24,7 @@ #if _SAMBA_BUILD_ == 4 #include "system/filesys.h" #include "auth/auth.h" -#include "../lib/talloc/talloc.h" +#include <talloc.h> #include "source4/libgpo/ads_convenience.h" #endif #undef strdup |