X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSystem%2FTimeValue.cpp;h=cf4984cc4d1b36b44ff5ded56fc77ba423f3bc1b;hb=867fe8570f299a058f155f98646d85cabc27155b;hp=64078f6f42064417b89af18311e0872a8d3d4d4e;hpb=c33e4930d451268b4729bf84b9c500e4f4cf3c16;p=oota-llvm.git diff --git a/lib/System/TimeValue.cpp b/lib/System/TimeValue.cpp index 64078f6f420..cf4984cc4d1 100644 --- a/lib/System/TimeValue.cpp +++ b/lib/System/TimeValue.cpp @@ -1,10 +1,10 @@ //===-- TimeValue.cpp - Implement OS TimeValue Concept ----------*- C++ -*-===// -// +// // The LLVM Compiler Infrastructure // -// This file was developed by Reid Spencer and is distributed under the -// University of Illinois Open Source License. See LICENSE.TXT for details. -// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// //===----------------------------------------------------------------------===// // // This file implements the operating system TimeValue concept. @@ -50,10 +50,9 @@ 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