diff options
author | Chris Lattner <sabre@nondot.org> | 2001-11-26 23:04:08 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-11-26 23:04:08 +0000 |
commit | 360e17eaf1a2abda82b02235dc57d26d8f83c937 (patch) | |
tree | 083ef9b6ce0a75f3351b4e4d6a51cdff563cc0bd /include/llvm/Support/StringExtras.h | |
parent | 475aee944d61e30b7fe377c2852df810364d1191 (diff) |
Move DataTypes.h from llvm/Support to just Support
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1399 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/StringExtras.h')
-rw-r--r-- | include/llvm/Support/StringExtras.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/StringExtras.h b/include/llvm/Support/StringExtras.h index 569ae4240b..aaae8577ef 100644 --- a/include/llvm/Support/StringExtras.h +++ b/include/llvm/Support/StringExtras.h @@ -9,7 +9,7 @@ #include <string> #include <stdio.h> -#include "llvm/Support/DataTypes.h" +#include "Support/DataTypes.h" class ConstPoolArray; |