Skip to content

Commit

Permalink
Fix build break from outdated header name (#4148)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple authored Dec 9, 2020
1 parent eddb7c3 commit bb9c35c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/platform/tests/TestCHIPoBLEStackMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <memory>
#include <support/CHIPMem.h>
#include <support/CodeUtils.h>
#include <support/TestUtils.h>
#include <support/UnitTestRegistration.h>

#include "platform/PlatformManager.h"
#include "platform/internal/BLEManager.h"
Expand Down
2 changes: 1 addition & 1 deletion src/platform/tests/TestMdns.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "lib/mdns/platform/Mdns.h"
#include "platform/CHIPDeviceLayer.h"
#include "support/CHIPMem.h"
#include "support/TestUtils.h"
#include "support/UnitTestRegistration.h"

using chip::Mdns::MdnsService;
using chip::Mdns::MdnsServiceProtocol;
Expand Down
2 changes: 1 addition & 1 deletion src/platform/tests/TestPlatformMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include <nlunit-test.h>
#include <support/CHIPMem.h>
#include <support/CodeUtils.h>
#include <support/TestUtils.h>
#include <support/UnitTestRegistration.h>

#include <platform/CHIPDeviceLayer.h>

Expand Down
2 changes: 1 addition & 1 deletion src/platform/tests/TestThreadStackMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <memory>

#include <support/CHIPMem.h>
#include <support/TestUtils.h>
#include <support/UnitTestRegistration.h>

#include "platform/internal/CHIPDeviceLayerInternal.h"

Expand Down

0 comments on commit bb9c35c

Please sign in to comment.