ctdb-server: Replace ctdb_logging.h with common/logging.h
[obnox/samba/samba-obnox.git] / ctdb / server / ctdb_statistics.c
index 623cb0accc26afe3d885f3b90de75ee79f49b74b..4cf8f9e2726a1aa51a3634ae0057212c1cd72c1c 100644 (file)
@@ -28,7 +28,8 @@
 #include "lib/util/samba_util.h"
 
 #include "ctdb_private.h"
-#include "ctdb_logging.h"
+
+#include "common/logging.h"
 
 static void ctdb_statistics_update(struct tevent_context *ev,
                                   struct tevent_timer *te,