mirror of
https://github.com/samba-team/samba.git
synced 2025-12-16 00:23:52 +03:00
r12499: Move smb_build.h out of includes.h
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
b24f2583ed
commit
c92ace494f
@@ -23,6 +23,7 @@
|
||||
#include "dynconfig.h"
|
||||
#include "lib/registry/registry.h"
|
||||
#include "lib/cmdline/popt_common.h"
|
||||
#include "smb_build.h"
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
#include "lib/cmdline/popt_common.h"
|
||||
#include "system/filesys.h"
|
||||
#include "librpc/gen_ndr/winreg.h"
|
||||
#include "smb_build.h"
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
#include "lib/cmdline/popt_common.h"
|
||||
#include "system/time.h"
|
||||
#include "librpc/gen_ndr/ndr_security.h"
|
||||
#include "smb_build.h"
|
||||
|
||||
/*
|
||||
* ck/cd - change key
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
#include "dynconfig.h"
|
||||
#include "lib/registry/registry.h"
|
||||
#include "lib/cmdline/popt_common.h"
|
||||
#include "smb_build.h"
|
||||
|
||||
static void print_tree(int l, struct registry_key *p, int fullpath, int novals)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user