mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
lib: Avoid an includes.h
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
d13496f387
commit
aea4e4cbd3
@ -20,7 +20,11 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "replace.h"
|
||||
#include <talloc.h>
|
||||
#include "libcli/util/ntstatus.h"
|
||||
#include "lib/util/memory.h"
|
||||
#include "lib/util/byteorder.h"
|
||||
#include "system/filesys.h"
|
||||
#include "../lib/tdb/include/tdb.h"
|
||||
#include "../lib/util/util_tdb.h"
|
||||
|
Loading…
Reference in New Issue
Block a user