From: Alan T. DeKok Date: Tue, 12 May 2009 18:45:24 +0000 (+0200) Subject: Remove two unneeded header files X-Git-Tag: release_2_1_7~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ceb2e98049beab44748d855b1bb38a358304cde4;p=thirdparty%2Ffreeradius-server.git Remove two unneeded header files --- diff --git a/src/include/Makefile b/src/include/Makefile index e8f77c67501..daf0f987619 100644 --- a/src/include/Makefile +++ b/src/include/Makefile @@ -6,8 +6,8 @@ HEADERS = autoconf.h conf.h conffile.h detail.h dhcp.h event.h hash.h heap.h \ ident.h libradius.h md4.h md5.h missing.h modcall.h modules.h \ - packet.h pool.h rad_assert.h radius.h radiusd.h radpaths.h \ - radutmp.h realms.h sha1.h smodule.h stats.h sysutmp.h token.h \ + packet.h rad_assert.h radius.h radiusd.h radpaths.h \ + radutmp.h realms.h sha1.h stats.h sysutmp.h token.h \ udpfromto.h vmps.h vqp.h include ../../Make.inc