diff options
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index cb53e7b59e..fdd987457b 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1687,10 +1687,6 @@ struct ncacn_np #include "rpc_creds.h" #include "rpc_secdes.h" #include "nt_printing.h" -#include "ntdomain.h" - -#include "client.h" -#include "rpcclient.h" typedef struct { @@ -1717,6 +1713,11 @@ typedef struct struct dcinfo dc; } user_struct; +#include "ntdomain.h" + +#include "client.h" +#include "rpcclient.h" + /* * Size of new password account encoding string. DO NOT CHANGE. */ |