Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly
[oota-llvm.git] / lib / System / TimeValue.cpp
index 64078f6f42064417b89af18311e0872a8d3d4d4e..ccf15a2b3e5a33716754ff7553910ad7ced8d05a 100644 (file)
@@ -50,10 +50,10 @@ TimeValue::normalize( void ) {
 
 /// Include the platform specific portion of TimeValue class
 #ifdef LLVM_ON_UNIX
-#include "Unix/TimeValue.cpp"
+#include "Unix/TimeValue.inc"
 #endif
 #ifdef LLVM_ON_WIN32
-#include "Win32/TimeValue.cpp"
+#include "Win32/TimeValue.inc"
 #endif
 
 // vim: sw=2 smartindent smarttab tw=80 autoindent expandtab