forked from OSchip/llvm-project
Remove guard, so *each* inclusion will result in a warning
llvm-svn: 51708
This commit is contained in:
parent
5fc6dc070c
commit
e6f5933e65
|
@ -25,12 +25,8 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_ADT_ITERATOR
|
||||
#define LLVM_ADT_ITERATOR
|
||||
|
||||
#warning This files includes old 'llvm/ADT/iterator' file, which was replaced \
|
||||
by 'llvm/ADT/iterator.h'. Please consider upgrading the source.
|
||||
|
||||
#include "llvm/ADT/iterator.h"
|
||||
|
||||
#endif // LLVM_ADT_ITERATOR
|
||||
|
|
Loading…
Reference in New Issue