X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Ftypes.h;h=220793c902652f9f1bb78ea8dd84623fb9d17ac5;hp=58a50f55e4697d60d4bf9a9831bdfa12889f6b3a;hb=9d039c3e02435dafc558b8524d8e3728d2e5a704;hpb=6509a2053456d0e63b6f383b757289d3016ed1a5 diff --git a/src/types.h b/src/types.h index 58a50f5..220793c 100644 --- a/src/types.h +++ b/src/types.h @@ -33,12 +33,12 @@ #include "types/decl_arg.h" #include "types/decl_abi.h" #include "types/decl.h" +#include "types/decl_extvar.h" #include "types/decl_struct.h" #include "types/decl_union.h" #include "types/impl_type.h" #include "types/impl_var.h" #include "types/impl_def_val.h" -#include "types/const_type.h" #include "types/const.h" #include "types/impl_arg.h" #include "types/impl_func.h" @@ -55,6 +55,7 @@ #include "types/set_exp.h" #include "types/set_stmt.h" #include "types/return_stmt.h" +#include "types/return_exp.h" #include "types/free_stmt.h" #include "types/impl.h" #include "types/decl_file.h"