]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix includes
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 10 May 2024 04:20:37 +0000 (22:20 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 10 May 2024 05:47:05 +0000 (23:47 -0600)
src/lib/server/module.c
src/lib/unlang/call_env.h
src/lib/unlang/xlat_tokenize.c
src/lib/util/uri.c

index cf06d9b3729f9cacfb4d705a66fcbce64e0e8fc7..2a9624a2a66283b649cdf9eefe45092db5ee434c 100644 (file)
@@ -26,7 +26,6 @@
  * @copyright 2000 Alan Curry (pacman@world.std.com)
  */
 
-#include "lib/util/talloc.h"
 RCSID("$Id$")
 
 #include <freeradius-devel/server/base.h>
index 66b26b226152c7e6f6263e4a974dfe25eeb95b82..068b25f899c3910df1a19d2b24d50004a01d9e7e 100644 (file)
@@ -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 <freeradius-devel/util/value.h>
 #include <freeradius-devel/unlang/action.h>
 #include <freeradius-devel/server/cf_parse.h>
 #include <freeradius-devel/server/dl_module.h>
index f35029b4b1fcd60ee5db6eda0178bba8c68bf3a7..e9a7e5e97b438c809bc8c40985f876fb7c2277e2 100644 (file)
  * @copyright 2000,2006 The FreeRADIUS server project
  */
 
-#include "lib/util/event.h"
-#include "lib/util/value.h"
+
 RCSID("$Id$")
 
 #include <freeradius-devel/util/debug.h>
+#include <freeradius-devel/util/event.h>
 #include <freeradius-devel/util/sbuff.h>
+#include <freeradius-devel/util/value.h>
 #include <freeradius-devel/server/regex.h>
 #include <freeradius-devel/unlang/xlat_priv.h>
 
index c54d54b96efdcd731cdc56710f4a387270c55f93..c27814f8f3fdb18f3d49e45fbb2261e79595ca6a 100644 (file)
  *
  * @copyright 2021 The FreeRADIUS server project
  */
-#include "lib/util/sbuff.h"
-#include "lib/util/table.h"
-#include "lib/util/value.h"
 RCSID("$Id$")
 
+#include <freeradius-devel/util/sbuff.h>
+#include <freeradius-devel/util/table.h>
+#include <freeradius-devel/util/value.h>
+
 #include "uri.h"
 
 /** Escapes an individual value box that's part of a URI, advancing the pointer to uri_parts