[PATCH] D43516: [WebAssembly] Remove unused header

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 20 10:42:29 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rLLD325608: [WebAssembly] Remove unused header (authored by sbc, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D43516?vs=135093&id=135096#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D43516

Files:
  wasm/InputChunks.h
  wasm/InputFiles.h


Index: wasm/InputFiles.h
===================================================================
--- wasm/InputFiles.h
+++ wasm/InputFiles.h
@@ -18,7 +18,6 @@
 #include "llvm/Support/MemoryBuffer.h"
 
 #include "Symbols.h"
-#include "WriterUtils.h"
 
 #include <vector>
 
Index: wasm/InputChunks.h
===================================================================
--- wasm/InputChunks.h
+++ wasm/InputChunks.h
@@ -17,7 +17,6 @@
 
 #include "Config.h"
 #include "InputFiles.h"
-#include "WriterUtils.h"
 #include "lld/Common/ErrorHandler.h"
 #include "llvm/Object/Wasm.h"
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43516.135096.patch
Type: text/x-patch
Size: 571 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180220/f3a32d40/attachment.bin>


More information about the llvm-commits mailing list