]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Rm unused headers
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 23 Feb 2024 22:41:27 +0000 (15:41 -0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 23 Feb 2024 22:41:27 +0000 (15:41 -0700)
src/bin/radict.c

index 8c09277187b2cde2640ddf8680c9ccd400acac92..1d4df63d94ad5f30f2755a2411b54036d77707fc 100644 (file)
@@ -33,12 +33,9 @@ RCSID("$Id$")
 #include <sys/stat.h>
 #include <stdbool.h>
 
-#include <ctype.h>
-
 #ifdef HAVE_GETOPT_H
 #  include <getopt.h>
 #endif
-#include <assert.h>
 
 typedef enum {
        RADICT_OUT_FANCY = 1,