Skip to content

Commit b7e83d3

Browse files
committed
Remove include of llvm/Config/config.h
1 parent 6cce2d4 commit b7e83d3

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

dmd2/root/port.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// Portable wrapper around compiler/system specific things.
1111
// The idea is to minimize #ifdef's in the app code.
1212

13-
#if defined(IN_LLVM) && ((LDC_LLVM_VER == 303) || (LDC_LLVM_VER == 304))
14-
#include "llvm/Config/config.h"
15-
#endif
1613
#if IN_LLVM
1714
#include <cstdlib>
1815
#else

dmd2/root/rmem.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
#ifndef ROOT_MEM_H
1111
#define ROOT_MEM_H
1212

13-
#if defined(IN_LLVM) && ((LDC_LLVM_VER == 303) || (LDC_LLVM_VER == 304))
14-
#include "llvm/Config/config.h"
15-
#endif
1613
#include <stddef.h> // for size_t
1714

1815
typedef void (*FINALIZERPROC)(void* pObj, void* pClientData);

0 commit comments

Comments
 (0)