Skip to content

Commit

Permalink
Remove unnecessary includes from headers
Browse files Browse the repository at this point in the history
Add to sources, where needed.

mgos_sys_config.h used to pull in a lot of stuff it doesn't need, and many modules depended on it transitively.

CL: none

PUBLISHED_FROM=2c00910bfa3d334025332cedc510b15740230e9e
  • Loading branch information
Deomid Ryabkov authored and cesantabot committed Feb 2, 2018
1 parent 4075367 commit 1234c42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/esp32/esp32_bt_gap.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#include "esp_gap_ble_api.h"
#include "nvs.h"

#include "common/str_util.h"

#include "frozen/frozen.h"

#include "mgos_bt_gap.h"
Expand Down

0 comments on commit 1234c42

Please sign in to comment.