[lld] r185803 - Remove redundant #include.

Rui Ueyama ruiu at google.com
Mon Jul 8 02:39:22 PDT 2013


Author: ruiu
Date: Mon Jul  8 04:39:22 2013
New Revision: 185803

URL: http://llvm.org/viewvc/llvm-project?rev=185803&view=rev
Log:
Remove redundant #include.

Modified:
    lld/trunk/lib/ReaderWriter/PECOFF/GroupedSectionsPass.h

Modified: lld/trunk/lib/ReaderWriter/PECOFF/GroupedSectionsPass.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/PECOFF/GroupedSectionsPass.h?rev=185803&r1=185802&r2=185803&view=diff
==============================================================================
--- lld/trunk/lib/ReaderWriter/PECOFF/GroupedSectionsPass.h (original)
+++ lld/trunk/lib/ReaderWriter/PECOFF/GroupedSectionsPass.h Mon Jul  8 04:39:22 2013
@@ -39,7 +39,6 @@
 
 #include "Atoms.h"
 #include "lld/Core/Pass.h"
-#include "lld/Core/Pass.h"
 #include "llvm/Support/Debug.h"
 
 #include <algorithm>





More information about the llvm-commits mailing list