Remove two unneeded header files
authorAlan T. DeKok <aland@freeradius.org>
Tue, 12 May 2009 18:45:24 +0000 (20:45 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 12 May 2009 18:45:24 +0000 (20:45 +0200)
src/include/Makefile

index e8f77c6..daf0f98 100644 (file)
@@ -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