1
0
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:
Jelmer Vernooij
2005-12-26 18:48:23 +00:00
committed by Gerald (Jerry) Carter
parent b24f2583ed
commit c92ace494f
29 changed files with 28 additions and 10 deletions

View File

@@ -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)
{

View File

@@ -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)
{

View File

@@ -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

View File

@@ -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)
{