Massively cleaned up #include's, so they're in a consistent
[freeradius.git] / src / lib / rbtree.c
index f7704e4..f656b9a 100644 (file)
  *   License along with this library; if not, write to the Free Software
  *   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  *
- *  Copyright 2004  The FreeRADIUS server project
+ *  Copyright 2004,2006  The FreeRADIUS server project
  */
 
-static const char rcsid[] = "$Id$";
+#include <freeradius-devel/ident.h>
+RCSID("$Id$")
 
-#include <freeradius-devel/autoconf.h>
-
-#include <stdlib.h>
-#include <string.h>
-
-#include <freeradius-devel/missing.h>
 #include <freeradius-devel/libradius.h>
 
 /* red-black tree description */