summaryrefslogtreecommitdiff
path: root/source4/include/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include/includes.h')
-rw-r--r--source4/include/includes.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h
index bc3d948a2c..1037d54c4e 100644
--- a/source4/include/includes.h
+++ b/source4/include/includes.h
@@ -694,8 +694,6 @@ extern int errno;
#include "charset.h"
#include "dynconfig.h"
-#include "util_getent.h"
-
#include "version.h"
#include "smb.h"
#include "ads.h"
@@ -704,8 +702,6 @@ extern int errno;
#include "byteorder.h"
-#include "msdfs.h"
-
#include "md5.h"
#include "hmacmd5.h"
@@ -721,8 +717,6 @@ extern int errno;
#include "popt.h"
-#include "mangle.h"
-
#include "mutex.h"
#include "librpc/rpc/dcerpc.h"
@@ -733,13 +727,6 @@ extern int errno;
#include "cli_context.h"
#include "registry.h"
-
-/* used in net.c */
-struct functable {
- const char *funcname;
- int (*fn)(int argc, const char **argv);
-};
-
#define malloc_p(type) (type *)malloc(sizeof(type))
#define malloc_array_p(type, count) (type *)realloc_array(NULL, sizeof(type), count)
#define realloc_p(p, type, count) (type *)realloc_array(p, sizeof(type), count)