mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-15 12:23:13 +01: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"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "gen/cl_helpers.h"
|
||||
|
||||
#include "dmd/root.h"
|
||||
#include "dmd/mem.h"
|
||||
#include "root.h"
|
||||
#include "mem.h"
|
||||
|
||||
#include <cctype> // isupper, tolower
|
||||
#include <algorithm>
|
||||
|
||||
Reference in New Issue
Block a user