Author: gordon
Date: Sat Dec 8 19:12:08 2007
New Revision: 44732
URL: http://llvm.org/viewvc/llvm-project?rev=44732&view=rev
Log:
Fix a very silly typo.
Modified:
llvm/trunk/include/llvm/Support/StringPool.h
Modified: llvm/trunk/include/llvm/Support/StringPool.h
URL:
http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/StringPool.h?rev=44732&r1=44731&r2=44732&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/StringPool.h (original)
+++ llvm/trunk/include/llvm/Support/StringPool.h Sat Dec 8 19:12:08 2007
@@ -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>
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits