Skip to content

Commit

Permalink
fix include order
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Kulukundis <matt.fowles@gmail.com>
  • Loading branch information
fowles committed Jul 1, 2019
1 parent edb865d commit 4adba79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/common/singleton/manager_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

#include <unordered_map>

#include "common/common/non_copyable.h"
#include "envoy/singleton/manager.h"
#include "envoy/thread/thread.h"

#include "common/common/non_copyable.h"

namespace Envoy {
namespace Singleton {

Expand Down

0 comments on commit 4adba79

Please sign in to comment.