]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
pair.h doesn’t need to include libfreeradius.h
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 8 May 2017 19:42:59 +0000 (15:42 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 9 May 2017 01:25:27 +0000 (21:25 -0400)
src/include/pair.h

index 6ba8632629e39b204db25470737b3d962567bd73..bb6bc39d283027216f056fbd750d417b70d8a1fd 100644 (file)
@@ -25,7 +25,6 @@
  */
 RCSIDH(pair_h, "$Id$")
 
-#include <freeradius-devel/libradius.h>
 #include <freeradius-devel/value.h>
 
 #ifdef __cplusplus