Unify Const.h, sj_const.h, and sj_const2.h
Signed-off-by: Masanori Ogino <mogino@acm.org>
This commit is contained in:
parent
3e99ca2820
commit
d104c6f1c9
28 changed files with 360 additions and 562 deletions
16
global2.c
16
global2.c
|
|
@ -34,17 +34,17 @@
|
|||
*/
|
||||
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#include "sj_rename.h"
|
||||
#include "sj_typedef.h"
|
||||
#include "sj_const.h"
|
||||
#include "sj_var.h"
|
||||
#include "sj_struct.h"
|
||||
#include "sj_dict.h"
|
||||
#include "Const.h"
|
||||
|
||||
#include "Struct.h"
|
||||
#include "const.h"
|
||||
#include "sj_dict.h"
|
||||
#include "sj_rename.h"
|
||||
#include "sj_struct.h"
|
||||
#include "sj_typedef.h"
|
||||
#include "sj_var.h"
|
||||
|
||||
Global *global_work_base;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue