summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBTraceOptions.cpp
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2017-06-29 14:32:17 +0000
committerPavel Labath <labath@google.com>2017-06-29 14:32:17 +0000
commit38d0632e6a2da897fc83bb35b73ade720359ff7f (patch)
tree684910ad62022b02d160487d42055ad9cec06050 /lldb/source/API/SBTraceOptions.cpp
parentaad1a6f0a417ed8da71e2c5e8aed9e47c989fe26 (diff)
downloadbcm5719-llvm-38d0632e6a2da897fc83bb35b73ade720359ff7f.tar.gz
bcm5719-llvm-38d0632e6a2da897fc83bb35b73ade720359ff7f.zip
Move Timer and TraceOptions from Core to Utility
Summary: The classes have no dependencies, and they are used both by lldb and lldb-server, so it makes sense for them to live in the lowest layers. Reviewers: zturner, jingham Subscribers: emaste, mgorny, lldb-commits Differential Revision: https://reviews.llvm.org/D34746 llvm-svn: 306682
Diffstat (limited to 'lldb/source/API/SBTraceOptions.cpp')
-rw-r--r--lldb/source/API/SBTraceOptions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/API/SBTraceOptions.cpp b/lldb/source/API/SBTraceOptions.cpp
index 474fa911f7e..20a8f25a768 100644
--- a/lldb/source/API/SBTraceOptions.cpp
+++ b/lldb/source/API/SBTraceOptions.cpp
@@ -10,9 +10,9 @@
#include "lldb/API/SBTraceOptions.h"
#include "lldb/API/SBError.h"
#include "lldb/API/SBStructuredData.h"
-#include "lldb/Utility/Log.h"
#include "lldb/Core/StructuredDataImpl.h"
-#include "lldb/Core/TraceOptions.h"
+#include "lldb/Utility/Log.h"
+#include "lldb/Utility/TraceOptions.h"
using namespace lldb;
using namespace lldb_private;
OpenPOWER on IntegriCloud