1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00

r5298: - got rid of pstring.h from includes.h. This at least makes it a bit

less likely that anyone will use pstring for new code

 - got rid of winbind_client.h from includes.h. This one triggered a
   huge change, as winbind_client.h was including system/filesys.h and
   defining the old uint32 and uint16 types, as well as its own
   pstring and fstring.
(This used to be commit 9db6c79e90)
This commit is contained in:
Andrew Tridgell
2005-02-10 05:09:35 +00:00
committed by Gerald (Jerry) Carter
parent e3aae721a7
commit e82aad1ce3
137 changed files with 239 additions and 114 deletions

View File

@ -23,6 +23,7 @@
#include "includes.h"
#include "system/network.h"
#include "system/filesys.h"