For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51687 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Anton Korobeynikov
2008-05-29 17:41:17 +00:00
parent 5771d6c16d
commit 43d1fd449f
27 changed files with 37 additions and 37 deletions

View File

@@ -16,7 +16,7 @@
#include "llvm/Instruction.h"
#include "llvm/SymbolTableListTraits.h"
#include "llvm/ADT/ilist"
#include "llvm/ADT/ilist.h"
#include "llvm/Support/DataTypes.h"
namespace llvm {