Fix a very silly typo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44732 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Gordon Henriksen 2007-12-09 01:12:08 +00:00
parent b25a0934cc
commit 8d1ea75060

View File

@ -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>