Change LLVM/clang #includes to use quotes, not angle-brackets. Just a think-o

prompted by the #include <iterator> above.

llvm-svn: 94040
This commit is contained in:
John McCall 2010-01-20 22:16:29 +00:00
parent 721e82edbc
commit 97c5a140c2
1 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,9 @@
#define LLVM_CLANG_AST_UNRESOLVEDSET_H
#include <iterator>
#include <llvm/ADT/PointerIntPair.h>
#include <llvm/ADT/SmallVector.h>
#include <clang/Basic/Specifiers.h>
#include "llvm/ADT/PointerIntPair.h"
#include "llvm/ADT/SmallVector.h"
#include "clang/Basic/Specifiers.h"
namespace clang {