Move abi*.* to abi/ (#4192)

This commit is contained in:
Nicholas Wilson 2022-09-21 21:16:04 +08:00 committed by GitHub
parent 6b38ad0eff
commit 906037988f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 41 additions and 41 deletions

View file

@ -17,7 +17,7 @@
#include "dmd/init.h"
#include "dmd/module.h"
#include "dmd/template.h"
#include "gen/abi.h"
#include "gen/abi/abi.h"
#include "gen/arrays.h"
#include "gen/classes.h"
#include "gen/complex.h"