Add an optional optimization to FoldingSet to allow ID values to be
[oota-llvm.git] / include / llvm / ADT / SCCIterator.h
index 6b1260dd71dfff25d35119ba25a9361f0a59dc46..e28f4caa5d76993668b45eacb9fc8de76e8ad839 100644 (file)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by the LLVM research group and is distributed under
-// the University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -22,9 +22,9 @@
 #define LLVM_ADT_SCCITERATOR_H
 
 #include "llvm/ADT/GraphTraits.h"
-#include "llvm/ADT/iterator"
-#include <vector>
+#include "llvm/ADT/iterator.h"
 #include <map>
+#include <vector>
 
 namespace llvm {