Include files used to build the server are now <freeradius-devel/*.h>
[freeradius.git] / src / modules / rlm_sql / rlm_sql.c
index 922adae..0de4694 100644 (file)
@@ -26,7 +26,7 @@
 static const char rcsid[] =
        "$Id$";
 
-#include "autoconf.h"
+#include <freeradius-devel/autoconf.h>
 
 #include <stdio.h>
 #include <sys/stat.h>
@@ -42,11 +42,10 @@ static const char rcsid[] =
 #include <netinet/in.h>
 #include <arpa/inet.h>
 
-#include "radiusd.h"
-#include "modules.h"
-#include "conffile.h"
+#include <freeradius-devel/radiusd.h>
+#include <freeradius-devel/modules.h>
 #include "rlm_sql.h"
-#include "rad_assert.h"
+#include <freeradius-devel/rad_assert.h>
 
 static char *allowed_chars = NULL;