commit | 447762da858c1705c5fce5288f874797dc4b1135 | [log] [tgz] |
---|---|---|
author | Michael J. Spencer <bigcheesegs@gmail.com> | Mon Nov 29 18:16:10 2010 +0000 |
committer | Michael J. Spencer <bigcheesegs@gmail.com> | Mon Nov 29 18:16:10 2010 +0000 |
tree | aa93dd9d52efdac9dc7f9560dc3054ef82375fbc | |
parent | 8aaf49959c209561a223ecf869af096730412389 [diff] [blame] |
Merge System into Support. llvm-svn: 120298
diff --git a/llvm/unittests/ADT/StringMapTest.cpp b/llvm/unittests/ADT/StringMapTest.cpp index 413f068..ea91348 100644 --- a/llvm/unittests/ADT/StringMapTest.cpp +++ b/llvm/unittests/ADT/StringMapTest.cpp
@@ -9,7 +9,7 @@ #include "gtest/gtest.h" #include "llvm/ADT/StringMap.h" -#include "llvm/System/DataTypes.h" +#include "llvm/Support/DataTypes.h" using namespace llvm; namespace {