libgpo: Use system libraries if possible.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 13 Jun 2010 17:35:48 +0000 (19:35 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 13 Jun 2010 17:35:48 +0000 (19:35 +0200)
libgpo/gpo_fetch.c
libgpo/gpo_util.c

index 2a7cb9d858909c8446407fa5c4baca98570e2fe0..ad6c2a80a0a1fd65c9a7f222537d4ee60c7f745f 100644 (file)
@@ -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"
index 0afed55fb5c92088b1b9aa676d09ab4a87d9cb31..195f61cf27efb6a8e0cf5b02f4b95e5f571a63a4 100644 (file)
@@ -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