Skip to content

Commit

Permalink
[cosmetic] comply with coding guidlines.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Carroll committed Apr 28, 2020
1 parent e4b18b3 commit 17a9252
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xbmc/ServiceBroker.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

#pragma once

#include <memory>

#include "utils/GlobalsHandling.h"

#include <memory>

namespace ADDON {
class CAddonMgr;
class CBinaryAddonManager;
Expand Down Expand Up @@ -160,4 +160,4 @@ class CServiceBroker
};

XBMC_GLOBAL_REF(CServiceBroker, g_serviceBroker);
#define g_serviceBroker XBMC_GLOBAL_USE(CServiceBroker)
#define g_serviceBroker XBMC_GLOBAL_USE(CServiceBroker)

0 comments on commit 17a9252

Please sign in to comment.