]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Avoid an includes.h
authorVolker Lendecke <vl@samba.org>
Mon, 10 Jun 2024 12:32:27 +0000 (14:32 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 24 Jun 2024 16:21:32 +0000 (16:21 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/util/tevent_debug.c

index 4ec905759a1f731d71bfebde2914e04de33e8e0f..996f49598ea163c1a4d223fa2976c431a65ad8de 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "includes.h"
+#include "replace.h"
 #include <tevent.h>
+#include "lib/util/debug.h"
+#include "lib/util/samba_util.h"
 
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_TEVENT