diff options
author | Chris Lattner <sabre@nondot.org> | 2002-07-24 21:09:54 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-07-24 21:09:54 +0000 |
commit | cfbda0cced89ec3014187d29f15672c7f8f8ad2e (patch) | |
tree | f344c52be407a437e20843d544a3477185a4c3e7 | |
parent | f7b84b6718626a88bd200fb65e320d9eef2b2c8e (diff) | |
download | bcm5719-llvm-cfbda0cced89ec3014187d29f15672c7f8f8ad2e.tar.gz bcm5719-llvm-cfbda0cced89ec3014187d29f15672c7f8f8ad2e.zip |
Move compatibility headers to Support
llvm-svn: 3054
-rw-r--r-- | llvm/include/ext/hash_map | 2 | ||||
-rw-r--r-- | llvm/include/ext/hash_set | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/llvm/include/ext/hash_map b/llvm/include/ext/hash_map deleted file mode 100644 index 4b936557de1..00000000000 --- a/llvm/include/ext/hash_map +++ /dev/null @@ -1,2 +0,0 @@ - -#include <hash_map> diff --git a/llvm/include/ext/hash_set b/llvm/include/ext/hash_set deleted file mode 100644 index af4c914ed80..00000000000 --- a/llvm/include/ext/hash_set +++ /dev/null @@ -1,2 +0,0 @@ - -#include <hash_set> |