r25301: Merge my includes.h cleanups.
[tprouty/samba.git] / source4 / include / includes.h
index d78f297aa639c119ff61f5a017d62bae6b619eef..93527b564b0a6c9ef92231e71589264678aeb31e 100644 (file)
 #include <stdlib.h>
 #include <stdbool.h>
 #include <talloc.h>
-#include "libcli/util/nt_status.h"
 #ifndef _PRINTF_ATTRIBUTE
 #define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2)
 #endif
-#include "charset/charset.h"
 #include "util/util.h"
-#include "librpc/gen_ndr/misc.h"
 
 typedef bool BOOL;
 
 #define False false
 #define True true
 
-struct smbcli_tree;
 #include "libcli/util/error.h"
 
 /* String routines */