summaryrefslogtreecommitdiff
path: root/source4/include/includes.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-12-13 19:38:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:47:19 -0500
commitefe67458c17ffa52b48f979505caf11c2ac52c4e (patch)
tree996874beb2ccc26e2434f4e19f7d5916b8bbc6c1 /source4/include/includes.h
parentd8c4862d8cb4ab0c87e35f0aa6a91731f55d718b (diff)
downloadsamba-efe67458c17ffa52b48f979505caf11c2ac52c4e.tar.gz
samba-efe67458c17ffa52b48f979505caf11c2ac52c4e.tar.bz2
samba-efe67458c17ffa52b48f979505caf11c2ac52c4e.zip
r12216: Couple of small fixes: reduce include/includes.h a bit, simplify headers
in build/smb_build/, remove unused pstring macros (This used to be commit 432296207400636dd81d0929ec7b1b4cebbcaa62)
Diffstat (limited to 'source4/include/includes.h')
-rw-r--r--source4/include/includes.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h
index f2da31eed6..18fc38031c 100644
--- a/source4/include/includes.h
+++ b/source4/include/includes.h
@@ -112,7 +112,6 @@ struct ipv4_addr {
#include "smb_interfaces.h"
#include "ntvfs/ntvfs.h"
#include "cli_context.h"
-#include "lib/com/com.h"
#include "auth/credentials/credentials.h"
/***** automatically generated prototypes *****/
@@ -161,8 +160,4 @@ extern int DEBUGLEVEL;
#define discard_const(ptr) ((void *)((intptr_t)(ptr)))
#define discard_const_p(type, ptr) ((type *)discard_const(ptr))
-#ifndef UINT16_MAX
-#define UINT16_MAX 65535
-#endif
-
#endif /* _INCLUDES_H */