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,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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue