[Lldb-commits] [PATCH] D47410: Don't include headers from inside a namespace in MIUtilSingletonHelper.h
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sat May 26 07:41:20 PDT 2018
teemperor created this revision.
Herald added a subscriber: ki.stfu.
https://reviews.llvm.org/D47410
Files:
tools/lldb-mi/MIUtilSingletonHelper.h
Index: tools/lldb-mi/MIUtilSingletonHelper.h
===================================================================
--- tools/lldb-mi/MIUtilSingletonHelper.h
+++ tools/lldb-mi/MIUtilSingletonHelper.h
@@ -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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47410.148716.patch
Type: text/x-patch
Size: 513 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180526/1db342ce/attachment.bin>
More information about the lldb-commits
mailing list