Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "cleanupdb.h"
+#include "replace.h"
+#include "system/filesys.h"
+#include "lib/tdb_wrap/tdb_wrap.h"
+#include "lib/util/talloc_stack.h"
+#include "lib/util/debug.h"
+#include "source3/lib/cleanupdb.h"
+#include "source3/lib/util_path.h"
struct cleanup_key {
pid_t pid;
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "includes.h"
-#include "system/filesys.h"
-#include "util_tdb.h"
-#include "lib/tdb_wrap/tdb_wrap.h"
+#ifndef __LIB_CLEANUPDB_H__
+#define __LIB_CLEANUPDB_H__
+
+#include "replace.h"
bool cleanupdb_store_child(const pid_t pid, const bool unclean);
bool cleanupdb_delete_child(const pid_t pid);
const bool cleanup,
void *private_data),
void *private_data);
+
+#endif