diff options
Diffstat (limited to 'include/lldb/Symbol/CompilerDecl.h')
-rw-r--r-- | include/lldb/Symbol/CompilerDecl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Symbol/CompilerDecl.h b/include/lldb/Symbol/CompilerDecl.h index a612fb689c81..5d744d999bea 100644 --- a/include/lldb/Symbol/CompilerDecl.h +++ b/include/lldb/Symbol/CompilerDecl.h @@ -10,8 +10,8 @@ #ifndef liblldb_CompilerDecl_h_ #define liblldb_CompilerDecl_h_ -#include "lldb/Core/ConstString.h" #include "lldb/Symbol/CompilerType.h" +#include "lldb/Utility/ConstString.h" #include "lldb/lldb-private.h" namespace lldb_private { |