summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 68872f39f0..432fd09f0b 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -601,7 +601,7 @@ extern int errno;
#define NGROUPS_MAX 32 /* Guess... */
#endif
-/* Lists, trees, caching, datbase... */
+/* Lists, trees, caching, database... */
#include "ubi_sLinkList.h"
#include "ubi_dLinkList.h"
#include "dlinklist.h"
@@ -613,12 +613,6 @@ extern int errno;
#include "nterr.h"
#include "secrets.h"
-#ifdef HAVE_FNMATCH
-#include <fnmatch.h>
-#else
-#include "fnmatch.h"
-#endif
-
#ifndef UBI_BINTREE_H
#include "ubi_Cache.h"
#endif /* UBI_BINTREE_H */
@@ -635,7 +629,7 @@ extern int errno;
#include "kanji.h"
#include "charset.h"
-#include "nterr.h"
+#include "ntdomain.h"
#include "msdfs.h"