From 14f1b3e8826ce43b978db93a62d1166055db5394 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Mon, 2 Jan 2017 19:26:05 +0000 Subject: Vendor import of lldb trunk r290819: https://llvm.org/svn/llvm-project/lldb/trunk@290819 --- source/Commands/CommandObjectSource.h | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'source/Commands/CommandObjectSource.h') diff --git a/source/Commands/CommandObjectSource.h b/source/Commands/CommandObjectSource.h index 7ed08cdc9591..e81ac1961d26 100644 --- a/source/Commands/CommandObjectSource.h +++ b/source/Commands/CommandObjectSource.h @@ -1,4 +1,5 @@ -//===-- CommandObjectSource.h.h -----------------------------------*- C++ -*-===// +//===-- CommandObjectSource.h.h -----------------------------------*- C++ +//-*-===// // // The LLVM Compiler Infrastructure // @@ -14,9 +15,9 @@ // C++ Includes // Other libraries and framework includes // Project includes +#include "lldb/Core/STLUtils.h" #include "lldb/Interpreter/CommandObject.h" #include "lldb/Interpreter/CommandObjectMultiword.h" -#include "lldb/Core/STLUtils.h" namespace lldb_private { @@ -24,13 +25,11 @@ namespace lldb_private { // CommandObjectMultiwordSource //------------------------------------------------------------------------- -class CommandObjectMultiwordSource : public CommandObjectMultiword -{ +class CommandObjectMultiwordSource : public CommandObjectMultiword { public: + CommandObjectMultiwordSource(CommandInterpreter &interpreter); - CommandObjectMultiwordSource (CommandInterpreter &interpreter); - - ~CommandObjectMultiwordSource() override; + ~CommandObjectMultiwordSource() override; }; } // namespace lldb_private -- cgit v1.2.3