mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
Move some headers around to avoid confusion.
Signed-off-by: Günther Deschner <gd@samba.org>
This commit is contained in:
parent
75f830781f
commit
4626ffb27e
@ -29,7 +29,7 @@
|
||||
#include "libcli/raw/libcliraw.h"
|
||||
#include "libcli/libcli_proto.h"
|
||||
#include "libgpo/ads_convenience.h"
|
||||
#include "libgpo/gpo.h"
|
||||
#include "libgpo/gpo_s4.h"
|
||||
#endif
|
||||
|
||||
/****************************************************************
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include "includes.h"
|
||||
#if _SAMBA_BUILD_ == 4
|
||||
#include "libgpo/gpo.h"
|
||||
#include "libgpo/gpo_s4.h"
|
||||
#include "source4/libgpo/ads_convenience.h"
|
||||
#endif
|
||||
|
||||
|
@ -20,8 +20,12 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __LIBGPO_GPO_H__
|
||||
#define __LIBGPO_GPO_H__
|
||||
#ifndef __LIBGPO_GPO_S4_H__
|
||||
#define __LIBGPO_GPO_S4_H__
|
||||
|
||||
#if _SAMBA_BUILD_ == 4
|
||||
#include "source4/libcli/libcli.h"
|
||||
#endif
|
||||
|
||||
NTSTATUS gpo_copy_file(TALLOC_CTX *mem_ctx,
|
||||
struct smbcli_state *cli,
|
||||
|
Loading…
Reference in New Issue
Block a user