r24816: Move the rest of the contents of core.h to more appropriate places.
[tprouty/samba.git] / source4 / include / includes.h
index d8503fe47ad4fd0a86dae62987085743d8160dcb..40cb306eb2047f5d133789cec8fbb97c65294d2e 100644 (file)
 #endif
 
 /* Lists, trees, caching, database... */
-#include <talloc.h>
-#include "core.h"
+#include <stdlib.h>
 #include <stdbool.h>
+#include <talloc.h>
+#include "libcli/util/nt_status.h"
 #include "charset/charset.h"
 #include "util/util.h"
 #include "param/param.h"