sj3lib: Rearrange #include lines
Signed-off-by: Masanori Ogino <mogino@acm.org>
This commit is contained in:
parent
2401fa476a
commit
a330e51700
3 changed files with 21 additions and 21 deletions
|
|
@ -28,28 +28,29 @@
|
||||||
* from Sony Corporation.
|
* from Sony Corporation.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "sj_sysvdef.h"
|
||||||
|
|
||||||
|
#include <sys/param.h>
|
||||||
|
#include <sys/un.h>
|
||||||
|
|
||||||
|
#include <netinet/in.h>
|
||||||
|
|
||||||
#include "sj_sysvdef.h"
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
|
#include <signal.h>
|
||||||
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/un.h>
|
|
||||||
#include <sys/types.h>
|
|
||||||
#include <sys/param.h>
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <netinet/in.h>
|
|
||||||
#ifdef TLI
|
#ifdef TLI
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <tiuser.h>
|
|
||||||
#include <stropts.h>
|
|
||||||
#include <netdir.h>
|
|
||||||
#include <netconfig.h>
|
#include <netconfig.h>
|
||||||
|
#include <netdir.h>
|
||||||
|
#include <stropts.h>
|
||||||
|
#include <tiuser.h>
|
||||||
#else
|
#else
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#endif
|
#endif
|
||||||
#include <signal.h>
|
|
||||||
|
|
||||||
#include "Const.h"
|
#include "Const.h"
|
||||||
#include "sj3cmd.h"
|
#include "sj3cmd.h"
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,8 @@
|
||||||
* from Sony Corporation.
|
* from Sony Corporation.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <sys/types.h>
|
||||||
|
#include <sys/file.h>
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
|
|
@ -37,13 +38,12 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/types.h>
|
|
||||||
#include <sys/file.h>
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include "sj_const.h"
|
|
||||||
#include "Const.h"
|
#include "Const.h"
|
||||||
#include "sj3err.h"
|
#include "sj3err.h"
|
||||||
#include "sj3lib.h"
|
#include "sj3lib.h"
|
||||||
|
#include "sj_const.h"
|
||||||
#include "sj_hinsi.h"
|
#include "sj_hinsi.h"
|
||||||
|
|
||||||
extern int sj3_error_number;
|
extern int sj3_error_number;
|
||||||
|
|
|
||||||
|
|
@ -28,19 +28,18 @@
|
||||||
* from Sony Corporation.
|
* from Sony Corporation.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "sj_sysvdef.h"
|
#include "sj_sysvdef.h"
|
||||||
|
|
||||||
|
#include <ctype.h>
|
||||||
|
#include <locale.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <locale.h>
|
|
||||||
#include "sj_euc.h"
|
|
||||||
#if defined(__sony_news) && defined(SVR4)
|
#if defined(__sony_news) && defined(SVR4)
|
||||||
#include <sonyils.h>
|
#include <sonyils.h>
|
||||||
#endif
|
#endif
|
||||||
#include <ctype.h>
|
|
||||||
|
#include "sj_euc.h"
|
||||||
|
|
||||||
#ifndef TRUE
|
#ifndef TRUE
|
||||||
#define TRUE (1)
|
#define TRUE (1)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue