Include files used to build the server are now <freeradius-devel/*.h>
[freeradius.git] / src / main / modules.c
index c118f18..f1c9a44 100644 (file)
 
 static const char rcsid[] = "$Id$";
 
-#include "autoconf.h"
+#include <freeradius-devel/autoconf.h>
 
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
-#include "radiusd.h"
-#include "modpriv.h"
-#include "modules.h"
-#include "modcall.h"
-#include "conffile.h"
+#include <freeradius-devel/radiusd.h>
+#include <freeradius-devel/modpriv.h>
+#include <freeradius-devel/modules.h>
+#include <freeradius-devel/modcall.h>
+#include <freeradius-devel/conffile.h>
 #include "ltdl.h"
-#include "rad_assert.h"
+#include <freeradius-devel/rad_assert.h>
 
 typedef struct indexed_modcallable {
        struct indexed_modcallable *next;