Skip to content

Commit

Permalink
Don't include headers from inside a namespace in MIUtilSingletonHelper.h
Browse files Browse the repository at this point in the history
Subscribers: ki.stfu, lldb-commits

Differential Revision: https://reviews.llvm.org/D47410

llvm-svn: 333343
  • Loading branch information
Teemperor committed May 26, 2018
1 parent 5d63a10 commit 81cc132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lldb/tools/lldb-mi/MIUtilSingletonHelper.h
Expand Up @@ -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
Expand Down

0 comments on commit 81cc132

Please sign in to comment.