forked from OSchip/llvm-project
Don't include headers from inside a namespace in MIUtilSingletonHelper.h
Subscribers: ki.stfu, lldb-commits Differential Revision: https://reviews.llvm.org/D47410 llvm-svn: 333343
This commit is contained in:
parent
5d63a10f0c
commit
81cc13258a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue