diff options
author | Günther Deschner <gd@samba.org> | 2011-02-25 23:20:06 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:07 +0200 |
commit | 0e771263eed0b9bc364ce523765ea17dd1192841 (patch) | |
tree | 95c96ef7fd2d0c8e1d416c5eec817d3db055f5d0 /libgpo | |
parent | 64422d973583a510e6ea2e655bf398ea85f445b5 (diff) | |
download | samba-0e771263eed0b9bc364ce523765ea17dd1192841.tar.gz |
s3-includes: only include system/filesys.h when needed.
Guenther
Diffstat (limited to 'libgpo')
-rw-r--r-- | libgpo/gpo_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgpo/gpo_util.c b/libgpo/gpo_util.c index 9e4687ddc95..553402a4274 100644 --- a/libgpo/gpo_util.c +++ b/libgpo/gpo_util.c @@ -18,12 +18,12 @@ */ #define TALLOC_DEPRECATED 1 #include "includes.h" +#include "system/filesys.h" #include "librpc/gen_ndr/ndr_misc.h" #include "../librpc/gen_ndr/ndr_security.h" #include "../libgpo/gpo.h" #include "../libcli/security/security.h" #if _SAMBA_BUILD_ == 4 -#include "system/filesys.h" #include "auth/auth.h" #include <talloc.h> #include "source4/libgpo/ads_convenience.h" |