mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-01 15:40:55 +03:00
Renamed helpers.h to scope_exit.h
This commit is contained in:
parent
6c4f421ead
commit
def709c59b
2 changed files with 6 additions and 6 deletions
|
@ -25,7 +25,6 @@
|
|||
#include "gen/dvalue.h"
|
||||
#include "gen/funcgenstate.h"
|
||||
#include "gen/function-inlining.h"
|
||||
#include "gen/helpers.h"
|
||||
#include "gen/inlineir.h"
|
||||
#include "gen/irstate.h"
|
||||
#include "gen/linkage.h"
|
||||
|
@ -38,6 +37,7 @@
|
|||
#include "gen/pgo.h"
|
||||
#include "gen/pragma.h"
|
||||
#include "gen/runtime.h"
|
||||
#include "gen/scope_exit.h"
|
||||
#include "gen/tollvm.h"
|
||||
#include "gen/uda.h"
|
||||
#include "ir/irfunction.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue