]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
we don't need to include <talloc.h>
authorAlan T. DeKok <aland@freeradius.org>
Wed, 25 Dec 2024 15:04:20 +0000 (10:04 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 25 Dec 2024 15:04:20 +0000 (10:04 -0500)
src/lib/unlang/xlat_redundant.c
src/modules/rlm_brotli/rlm_brotli.c

index 8dfe66b78d94cc6aca27a7a0091967ff98781eae..16425de27b49c2d8ccaf3c90bb7b5852fcac0893 100644 (file)
@@ -24,8 +24,6 @@
  */
 RCSID("$Id$")
 
-#include <talloc.h>
-
 #include <freeradius-devel/unlang/interpret.h>
 #include <freeradius-devel/unlang/xlat_redundant.h>
 #include <freeradius-devel/unlang/xlat_func.h>
index 7b3928c13189dbc7d818be506d729cc2f74c4811..0aa072e860ced14c67e41a1ccb3c644ca0941bea 100644 (file)
@@ -26,8 +26,6 @@ RCSID("$Id$")
 
 #define LOG_PREFIX mctx->mi->name
 
-#include <talloc.h>
-
 #include <brotli/encode.h>
 #include <brotli/decode.h>