2004-11-26 Andrew J. Schorr <ajschorr@alumni.princeton.edu>

	* debug.[ch]: Remove unused files.
	* Makefile.am: Remove references to debug.c and debug.h
	* ospf_main.c: Remove #include "debug.h" (was not being used, and
	  lib/debug.h has now been deleted).
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog
index 40e5491..2906abe 100644
--- a/ospfd/ChangeLog
+++ b/ospfd/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-26 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+	* ospf_main.c: Remove #include "debug.h" (was not being used, and
+	  lib/debug.h has now been deleted).
+
 2004-11-25 Hasso Tepper <hasso at quagga.net>
 
 	* ospf_main.c: Make group to run as configurable.
diff --git a/ospfd/ospf_main.c b/ospfd/ospf_main.c
index f560547..09ff197 100644
--- a/ospfd/ospf_main.c
+++ b/ospfd/ospf_main.c
@@ -37,7 +37,6 @@
 #include "log.h"
 #include "memory.h"
 #include "privs.h"
-#include "debug.h"
 #include "sigevent.h"
 
 #include "ospfd/ospfd.h"