mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-06-08 17:54:10 +02:00
Fixed some #includes to be correct for both D1 and D2
This commit is contained in:
@@ -32,9 +32,9 @@
|
||||
* and the pointer in memory, as printf expects it.
|
||||
*/
|
||||
|
||||
#include "dmd/mtype.h"
|
||||
#include "dmd/declaration.h"
|
||||
#include "dmd/aggregate.h"
|
||||
#include "mtype.h"
|
||||
#include "declaration.h"
|
||||
#include "aggregate.h"
|
||||
|
||||
#include "gen/llvm.h"
|
||||
#include "gen/tollvm.h"
|
||||
|
||||
Reference in New Issue
Block a user