Unify Const.h, sj_const.h, and sj_const2.h

Signed-off-by: Masanori Ogino <mogino@acm.org>
This commit is contained in:
Masanori Ogino 2023-12-08 13:31:21 +09:00
commit d104c6f1c9
28 changed files with 360 additions and 562 deletions

View file

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