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,19 +28,18 @@
|
|||
* from Sony Corporation.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#include "sj_sysvdef.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <locale.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <locale.h>
|
||||
#include "sj_euc.h"
|
||||
|
||||
#if defined(__sony_news) && defined(SVR4)
|
||||
#include <sonyils.h>
|
||||
#endif
|
||||
#include <ctype.h>
|
||||
|
||||
#include "sj_euc.h"
|
||||
|
||||
#ifndef TRUE
|
||||
#define TRUE (1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue