]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
move detail.h to proto_detail
authorAlan T. DeKok <aland@freeradius.org>
Mon, 25 Sep 2017 14:39:45 +0000 (10:39 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 25 Sep 2017 14:39:45 +0000 (10:39 -0400)
No one else needs it, or should use it.

src/include/all.mk
src/modules/proto_detail/detail.h [moved from src/include/detail.h with 100% similarity]
src/modules/proto_detail/proto_detail.c

index 9c1946df65d5c55911da5a415889fb682435a5f1..5fa78601de42298dfcfaf789cd24c61a2d0d6464 100644 (file)
@@ -18,7 +18,6 @@ SUBDIRS               := util
 HEADERS        = \
        build.h \
        conf.h \
-       detail.h \
        event.h \
        hash.h \
        heap.h \
index ed50f4f027b6678a68e5c24a224c8902d3185b07..a0bbd67fc5872df347a862bab4bb96dc66530716 100644 (file)
@@ -25,11 +25,12 @@ RCSID("$Id$")
 
 #include <freeradius-devel/radiusd.h>
 #include <freeradius-devel/modules.h>
-#include <freeradius-devel/detail.h>
 #include <freeradius-devel/protocol.h>
 #include <freeradius-devel/process.h>
 #include <freeradius-devel/rad_assert.h>
 
+#include "detail.h"
+
 #ifdef HAVE_SYS_STAT_H
 #include <sys/stat.h>
 #endif