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 | 2b5304a6252f4d34741b638ac9a7e6fd2500a0ea (patch) | |
tree | 65c410af8891c418b8417704791cd0dbceeed29e | |
parent | 7f5e6cd7517b80227fad80c77ceb95abb00632e8 (diff) |
Move compatibility headers to Support
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3054 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/ext/hash_map | 2 | ||||
-rw-r--r-- | include/ext/hash_set | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/include/ext/hash_map b/include/ext/hash_map deleted file mode 100644 index 4b936557de..0000000000 --- a/include/ext/hash_map +++ /dev/null @@ -1,2 +0,0 @@ - -#include <hash_map> diff --git a/include/ext/hash_set b/include/ext/hash_set deleted file mode 100644 index af4c914ed8..0000000000 --- a/include/ext/hash_set +++ /dev/null @@ -1,2 +0,0 @@ - -#include <hash_set> |