diff options
author | Gordon Henriksen <gordonhenriksen@mac.com> | 2007-12-09 01:12:08 +0000 |
---|---|---|
committer | Gordon Henriksen <gordonhenriksen@mac.com> | 2007-12-09 01:12:08 +0000 |
commit | 8d1ea750601cd27f5d70cef1186864abcf57bdb1 (patch) | |
tree | 3b6ebc9fde03316f5760f8ce53f9a1f1467e7ddc /include/llvm/Support/StringPool.h | |
parent | b25a0934cc9961f4988d01e4181b7dad046e03fc (diff) |
Fix a very silly typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44732 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/StringPool.h')
-rw-r--r-- | include/llvm/Support/StringPool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/StringPool.h b/include/llvm/Support/StringPool.h index 692befffe9..7ac2b147c3 100644 --- a/include/llvm/Support/StringPool.h +++ b/include/llvm/Support/StringPool.h @@ -29,7 +29,7 @@ #ifndef LLVM_SUPPORT_STRINGPOOL_H #define LLVM_SUPPORT_STRINGPOOL_H -#include <llvm/ADT/StringMap.h> +#include "llvm/ADT/StringMap.h" #include <new> #include <cassert> |