summaryrefslogtreecommitdiffstats
path: root/include/bbs.h
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-10 21:44:27 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-10 21:44:27 +0800
commit8f04bf22056fdec5d8b5083e7a95773fa7ce2f96 (patch)
tree29fce87ce49596513cd423fa2429f2725b7f4930 /include/bbs.h
parent3c87bf11fca0f5e96a34dd17ac4c07b8a401a172 (diff)
downloadpttbbs-8f04bf22056fdec5d8b5083e7a95773fa7ce2f96.tar
pttbbs-8f04bf22056fdec5d8b5083e7a95773fa7ce2f96.tar.gz
pttbbs-8f04bf22056fdec5d8b5083e7a95773fa7ce2f96.tar.bz2
pttbbs-8f04bf22056fdec5d8b5083e7a95773fa7ce2f96.tar.lz
pttbbs-8f04bf22056fdec5d8b5083e7a95773fa7ce2f96.tar.xz
pttbbs-8f04bf22056fdec5d8b5083e7a95773fa7ce2f96.tar.zst
pttbbs-8f04bf22056fdec5d8b5083e7a95773fa7ce2f96.zip
* remove unused or rear used header file include in bbs.h
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4541 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/bbs.h')
-rw-r--r--include/bbs.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/bbs.h b/include/bbs.h
index b9b3307e..888f6d74 100644
--- a/include/bbs.h
+++ b/include/bbs.h
@@ -14,33 +14,22 @@ extern "C" {
#include <assert.h>
#include <stdlib.h>
#include <stdarg.h>
-#include <setjmp.h>
#include <signal.h>
#include <unistd.h>
#include <fcntl.h>
-#include <syslog.h>
#include <errno.h>
-#include <netdb.h>
#include <time.h>
#include <ctype.h>
-#include <termios.h>
#include <sys/types.h>
#include <sys/stat.h>
-#include <sys/wait.h>
#include <sys/socket.h>
-#include <sys/time.h>
#include <sys/resource.h>
-#include <netinet/in.h>
-#include <netinet/tcp.h>
#include <arpa/inet.h>
-#include <arpa/telnet.h>
#include <sys/types.h>
#include <dirent.h>
#include <sys/mman.h>
-#include <sys/ipc.h>
#include <sys/shm.h>
#include <sys/sem.h>
-#include <sys/msg.h>
/* our header */
#include "config.h"