[cfe-commits] r94040 - /cfe/trunk/include/clang/AST/UnresolvedSet.h
John McCall
rjmccall at apple.com
Wed Jan 20 14:16:29 PST 2010
Author: rjmccall
Date: Wed Jan 20 16:16:29 2010
New Revision: 94040
URL: http://llvm.org/viewvc/llvm-project?rev=94040&view=rev
Log:
Change LLVM/clang #includes to use quotes, not angle-brackets. Just a think-o
prompted by the #include <iterator> above.
Modified:
cfe/trunk/include/clang/AST/UnresolvedSet.h
Modified: cfe/trunk/include/clang/AST/UnresolvedSet.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/UnresolvedSet.h?rev=94040&r1=94039&r2=94040&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/UnresolvedSet.h (original)
+++ cfe/trunk/include/clang/AST/UnresolvedSet.h Wed Jan 20 16:16:29 2010
@@ -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 {
More information about the cfe-commits
mailing list