Skip to content

Commit

Permalink
Remove allow_circular_includes_from from src/controller/BUILD.gn (#2195)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivien-apple authored Aug 17, 2020
1 parent 974f85c commit 7698567
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/controller/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ static_library("controller") {
"${chip_root}/src/transport",
]

allow_circular_includes_from = [ "${chip_root}/src/transport" ]
configs += [ ":controller_wno_deprecate" ]
}
1 change: 0 additions & 1 deletion src/transport/BLE.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

#include <transport/BLE.h>

#include <controller/CHIPDeviceController.h>
#include <support/CodeUtils.h>
#include <support/logging/CHIPLogging.h>
#include <transport/MessageHeader.h>
Expand Down

0 comments on commit 7698567

Please sign in to comment.