Cleanup include directives

Signed-off-by: Masanori Ogino <mogino@acm.org>
This commit is contained in:
Masanori Ogino 2023-12-07 12:39:02 +09:00
commit 782f799452
4 changed files with 24 additions and 59 deletions

View file

@ -27,14 +27,10 @@
*
*/
/*
* $SonyRCSfile: sj.c,v $
* $SonyRevision: 1.2 $
* $SonyDate: 1994/12/09 11:27:09 $
*
* $Id$
*/
#include "config.h"
#include <sys/file.h>
#include <sys/types.h>
#include <ctype.h>
#include <locale.h>
@ -43,15 +39,15 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/file.h>
#include <unistd.h>
#include "sj_const.h"
#include "Const.h"
#include "sj3err.h"
#include "sj3lib.h"
#include "sj_const.h"
#include "sj_hinsi.h"
#include "sj3lib.h"
extern int sj3_error_number;
#ifdef __sony_news
extern int _sys_code;