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,7 +28,8 @@
* from Sony Corporation.
*/
#include <sys/types.h>
#include <sys/file.h>
#include <ctype.h>
#include <locale.h>
@ -37,13 +38,12 @@
#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"
extern int sj3_error_number;