diff options
author | wens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-02-01 23:15:20 +0800 |
---|---|---|
committer | wens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-02-01 23:15:20 +0800 |
commit | eb02b264ab76ed138546da08deba14e64ffc22e1 (patch) | |
tree | 3c567c8dd350abcc0f6147f1316b990509f0a90e /innbbsd/mkhistory.c | |
parent | 09241e5aa2e98ce54e68a65064bcb7b2d24f8cf0 (diff) | |
download | pttbbs-eb02b264ab76ed138546da08deba14e64ffc22e1.tar pttbbs-eb02b264ab76ed138546da08deba14e64ffc22e1.tar.gz pttbbs-eb02b264ab76ed138546da08deba14e64ffc22e1.tar.bz2 pttbbs-eb02b264ab76ed138546da08deba14e64ffc22e1.tar.lz pttbbs-eb02b264ab76ed138546da08deba14e64ffc22e1.tar.xz pttbbs-eb02b264ab76ed138546da08deba14e64ffc22e1.tar.zst pttbbs-eb02b264ab76ed138546da08deba14e64ffc22e1.zip |
Clean up include files.
Fix some compile warnings
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4436 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'innbbsd/mkhistory.c')
-rw-r--r-- | innbbsd/mkhistory.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/innbbsd/mkhistory.c b/innbbsd/mkhistory.c index 565949ab..98e0a6ab 100644 --- a/innbbsd/mkhistory.c +++ b/innbbsd/mkhistory.c @@ -1,8 +1,6 @@ -#include "bbs.h" #include <stdlib.h> +#include "his.h" #include "externs.h" -#include "innbbsconf.h" -#include "bbslib.h" int main(argc, argv) |