remove an include that's unused after r347592
authorNico Weber <thakis@chromium.org>
Thu, 16 Jan 2020 17:47:56 +0000 (12:47 -0500)
committerNico Weber <thakis@chromium.org>
Thu, 16 Jan 2020 17:49:54 +0000 (12:49 -0500)
llvm/lib/LTO/ThinLTOCodeGenerator.cpp

index a9e2783..0bb518b 100644 (file)
@@ -48,7 +48,6 @@
 #include "llvm/Support/ThreadPool.h"
 #include "llvm/Support/Threading.h"
 #include "llvm/Support/ToolOutputFile.h"
-#include "llvm/Support/VCSRevision.h"
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/Transforms/IPO.h"
 #include "llvm/Transforms/IPO/FunctionImport.h"