]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
First stab at removing libltdl.
authorAlan T. DeKok <aland@freeradius.org>
Sat, 5 Sep 2009 16:24:57 +0000 (18:24 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 5 Sep 2009 16:24:57 +0000 (18:24 +0200)
The code is protected by preprocessor directives so that it doesn't
affect the release.  But it's a good first step to removing insanity.

src/modules/rlm_sqlippool/rlm_sqlippool.c

index 078b6da9bb862950496c8d7e0e3d697dd8a92340..8a48e6880c5b2ab485b778a7ea5bc7baaa386d8d 100644 (file)
@@ -30,7 +30,6 @@ RCSID("$Id$")
 #include <ctype.h>
 
 #include <freeradius-devel/modules.h>
-#include <freeradius-devel/modpriv.h>
 
 #include <rlm_sql.h>