summaryrefslogtreecommitdiff
path: root/lib/System/Program.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System/Program.cpp')
-rw-r--r--lib/System/Program.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/System/Program.cpp b/lib/System/Program.cpp
index 88a0084835..e9661dab36 100644
--- a/lib/System/Program.cpp
+++ b/lib/System/Program.cpp
@@ -26,10 +26,10 @@ using namespace sys;
// Include the platform-specific parts of this class.
#ifdef LLVM_ON_UNIX
-#include "Unix/Program.cpp"
+#include "Unix/Program.inc"
#endif
#ifdef LLVM_ON_WIN32
-#include "Win32/Program.cpp"
+#include "Win32/Program.inc"
#endif
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab