Skip to content

Commit

Permalink
Remove include of llvm/Config/config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
redstar committed Jun 23, 2014
1 parent 6cce2d4 commit b7e83d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions dmd2/root/port.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
// Portable wrapper around compiler/system specific things.
// The idea is to minimize #ifdef's in the app code.

#if defined(IN_LLVM) && ((LDC_LLVM_VER == 303) || (LDC_LLVM_VER == 304))
#include "llvm/Config/config.h"
#endif
#if IN_LLVM
#include <cstdlib>
#else
Expand Down
3 changes: 0 additions & 3 deletions dmd2/root/rmem.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
#ifndef ROOT_MEM_H
#define ROOT_MEM_H

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

typedef void (*FINALIZERPROC)(void* pObj, void* pClientData);
Expand Down

0 comments on commit b7e83d3

Please sign in to comment.