This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rL333343: Don't include headers from inside a namespace in MIUtilSingletonHelper.h (authored by teemperor, committed by ). Herald added a subscriber: llvm-commits.
Changed prior to commit: https://reviews.llvm.org/D47410?vs=148716&id=148717#toc Repository: rL LLVM https://reviews.llvm.org/D47410 Files: lldb/trunk/tools/lldb-mi/MIUtilSingletonHelper.h Index: lldb/trunk/tools/lldb-mi/MIUtilSingletonHelper.h =================================================================== --- lldb/trunk/tools/lldb-mi/MIUtilSingletonHelper.h +++ lldb/trunk/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
Index: lldb/trunk/tools/lldb-mi/MIUtilSingletonHelper.h =================================================================== --- lldb/trunk/tools/lldb-mi/MIUtilSingletonHelper.h +++ lldb/trunk/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
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits