aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/Support/STLExtras.h2
-rw-r--r--include/llvm/ADT/STLExtras.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/Support/STLExtras.h b/include/Support/STLExtras.h
index de4ad1ce92..5ebceb346a 100644
--- a/include/Support/STLExtras.h
+++ b/include/Support/STLExtras.h
@@ -18,7 +18,7 @@
#define SUPPORT_STLEXTRAS_H
#include <functional>
-#include <map> // G++-3.0.x will find std::pair here.
+#include <utility> // for std::pair
#include "Support/iterator"
namespace llvm {
diff --git a/include/llvm/ADT/STLExtras.h b/include/llvm/ADT/STLExtras.h
index de4ad1ce92..5ebceb346a 100644
--- a/include/llvm/ADT/STLExtras.h
+++ b/include/llvm/ADT/STLExtras.h
@@ -18,7 +18,7 @@
#define SUPPORT_STLEXTRAS_H
#include <functional>
-#include <map> // G++-3.0.x will find std::pair here.
+#include <utility> // for std::pair
#include "Support/iterator"
namespace llvm {