From: Arran Cudbard-Bell Date: Fri, 10 May 2024 04:20:37 +0000 (-0600) Subject: Fix includes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3961dbb5089bdb81c753591c3a7786b07dfd58e7;p=thirdparty%2Ffreeradius-server.git Fix includes --- diff --git a/src/lib/server/module.c b/src/lib/server/module.c index cf06d9b3729..2a9624a2a66 100644 --- a/src/lib/server/module.c +++ b/src/lib/server/module.c @@ -26,7 +26,6 @@ * @copyright 2000 Alan Curry (pacman@world.std.com) */ -#include "lib/util/talloc.h" RCSID("$Id$") #include diff --git a/src/lib/unlang/call_env.h b/src/lib/unlang/call_env.h index 66b26b22615..068b25f899c 100644 --- a/src/lib/unlang/call_env.h +++ b/src/lib/unlang/call_env.h @@ -23,7 +23,6 @@ * * @copyright 2023 Network RADIUS SAS (legal@networkradius.com) */ -#include "lib/util/value.h" RCSIDH(call_env_h, "$Id$") #ifdef __cplusplus @@ -40,6 +39,7 @@ typedef struct call_env_s call_env_t; FR_DLIST_TYPES(call_env_parsed) FR_DLIST_TYPEDEFS(call_env_parsed, call_env_parsed_head_t, call_env_parsed_entry_t) +#include #include #include #include diff --git a/src/lib/unlang/xlat_tokenize.c b/src/lib/unlang/xlat_tokenize.c index f35029b4b1f..e9a7e5e97b4 100644 --- a/src/lib/unlang/xlat_tokenize.c +++ b/src/lib/unlang/xlat_tokenize.c @@ -25,12 +25,13 @@ * @copyright 2000,2006 The FreeRADIUS server project */ -#include "lib/util/event.h" -#include "lib/util/value.h" + RCSID("$Id$") #include +#include #include +#include #include #include diff --git a/src/lib/util/uri.c b/src/lib/util/uri.c index c54d54b96ef..c27814f8f3f 100644 --- a/src/lib/util/uri.c +++ b/src/lib/util/uri.c @@ -20,11 +20,12 @@ * * @copyright 2021 The FreeRADIUS server project */ -#include "lib/util/sbuff.h" -#include "lib/util/table.h" -#include "lib/util/value.h" RCSID("$Id$") +#include +#include +#include + #include "uri.h" /** Escapes an individual value box that's part of a URI, advancing the pointer to uri_parts