diff options
Diffstat (limited to 'lib/System/Memory.cpp')
-rw-r--r-- | lib/System/Memory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/System/Memory.cpp b/lib/System/Memory.cpp index 1ced1e6f0f..71f1948de6 100644 --- a/lib/System/Memory.cpp +++ b/lib/System/Memory.cpp @@ -27,10 +27,10 @@ using namespace sys; // Include the platform-specific parts of this class. #ifdef LLVM_ON_UNIX -#include "Unix/Memory.cpp" +#include "Unix/Memory.inc" #endif #ifdef LLVM_ON_WIN32 -#include "Win32/Memory.cpp" +#include "Win32/Memory.inc" #endif // vim: sw=2 smartindent smarttab tw=80 autoindent expandtab |