diff --git a/src/sbbs3/main.cpp b/src/sbbs3/main.cpp
index ba0046865c67cf6ac07c81082da8e43ef873dfec..062e16072c242a7c1f65b21fb76f2af7cfb67535 100644
--- a/src/sbbs3/main.cpp
+++ b/src/sbbs3/main.cpp
@@ -35,11 +35,6 @@
  * Note: If this box doesn't appear square, then you need to fix your tabs.	*
  ****************************************************************************/
 
-#include <limits.h>		/* INT_MAX */
-#if defined(__unix__)
-	#include <signal.h>	/* do we need bsd/signal on Linux? */
-#endif
-
 #include "sbbs.h"
 #include "ident.h"
 #include "telnet.h"