r177924 - Use <time.h> rather than <sys/time.h>

Douglas Gregor dgregor at apple.com
Mon Mar 25 14:51:17 PDT 2013


Author: dgregor
Date: Mon Mar 25 16:51:16 2013
New Revision: 177924

URL: http://llvm.org/viewvc/llvm-project?rev=177924&view=rev
Log:
Use <time.h> rather than <sys/time.h>

Modified:
    cfe/trunk/lib/Frontend/CompilerInstance.cpp

Modified: cfe/trunk/lib/Frontend/CompilerInstance.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Frontend/CompilerInstance.cpp?rev=177924&r1=177923&r2=177924&view=diff
==============================================================================
--- cfe/trunk/lib/Frontend/CompilerInstance.cpp (original)
+++ cfe/trunk/lib/Frontend/CompilerInstance.cpp Mon Mar 25 16:51:16 2013
@@ -45,7 +45,7 @@
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Support/system_error.h"
 #include <sys/stat.h>
-#include <sys/time.h>
+#include <time.h>
 
 using namespace clang;
 





More information about the cfe-commits mailing list