sj3lib: Rearrange #include lines

Signed-off-by: Masanori Ogino <mogino@acm.org>
This commit is contained in:
Masanori Ogino 2023-11-29 22:42:44 +09:00
commit a330e51700
3 changed files with 21 additions and 21 deletions

View file

@ -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)