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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits