[Lldb-commits] [lldb] r333343 - Don't include headers from inside a namespace in MIUtilSingletonHelper.h
Raphael Isemann via lldb-commits
lldb-commits at lists.llvm.org
Sat May 26 07:39:35 PDT 2018
Author: teemperor
Date: Sat May 26 07:39:35 2018
New Revision: 333343
URL: http://llvm.org/viewvc/llvm-project?rev=333343&view=rev
Log:
Don't include headers from inside a namespace in MIUtilSingletonHelper.h
Subscribers: ki.stfu, lldb-commits
Differential Revision: https://reviews.llvm.org/D47410
Modified:
lldb/trunk/tools/lldb-mi/MIUtilSingletonHelper.h
Modified: lldb/trunk/tools/lldb-mi/MIUtilSingletonHelper.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/lldb-mi/MIUtilSingletonHelper.h?rev=333343&r1=333342&r2=333343&view=diff
==============================================================================
--- lldb/trunk/tools/lldb-mi/MIUtilSingletonHelper.h (original)
+++ lldb/trunk/tools/lldb-mi/MIUtilSingletonHelper.h Sat May 26 07:39:35 2018
@@ -9,12 +9,12 @@
#pragma once
-namespace MI {
-
// In house headers:
#include "MICmnResources.h"
#include "MIUtilString.h"
+namespace MI {
+
//++
//============================================================================
// Details: Short cut helper function to simplify repeated initialisation of
More information about the lldb-commits
mailing list