diff options
author | Enrico Granata <granata.enrico@gmail.com> | 2011-08-22 22:03:47 +0000 |
---|---|---|
committer | Enrico Granata <granata.enrico@gmail.com> | 2011-08-22 22:03:47 +0000 |
commit | 0a976141c50f45cc699d5ed308abf6416f9ce651 (patch) | |
tree | a98195485aa88699d73cc189e6261e66278ab01b /lldb/source/Commands/CommandObjectFrame.cpp | |
parent | ca2ffad8b119cf82672e1d179c74709fda495c18 (diff) | |
download | bcm5719-llvm-0a976141c50f45cc699d5ed308abf6416f9ce651.tar.gz bcm5719-llvm-0a976141c50f45cc699d5ed308abf6416f9ce651.zip |
More cleanups ; Separated implementation of FormatManager from class DataVisualization as a front-end by using separate .h/.cpp files - Final aim is to break up FormatManager.h/cpp into several separate files
llvm-svn: 138279
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectFrame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectFrame.cpp b/lldb/source/Commands/CommandObjectFrame.cpp index 86fb92eb2da..94078b844a9 100644 --- a/lldb/source/Commands/CommandObjectFrame.cpp +++ b/lldb/source/Commands/CommandObjectFrame.cpp @@ -13,8 +13,8 @@ // C++ Includes // Other libraries and framework includes // Project includes +#include "lldb/Core/DataVisualization.h" #include "lldb/Core/Debugger.h" -#include "lldb/Core/FormatManager.h" #include "lldb/Core/Module.h" #include "lldb/Core/StreamFile.h" #include "lldb/Core/Timer.h" |