diff --git a/src/apps/_experiments/dnatilt.cpp b/src/apps/_experiments/dnatilt.cpp index 585b141c0..c2977be55 100644 --- a/src/apps/_experiments/dnatilt.cpp +++ b/src/apps/_experiments/dnatilt.cpp @@ -2,7 +2,7 @@ #if OSW_PLATFORM_ENVIRONMENT_ACCELEROMETER == 1 #include "./apps/_experiments/dnatilt.h" -#include +#include "config_defaults.h" #include #include #include diff --git a/src/apps/tools/OswAppBLEMediaCtrl.cpp b/src/apps/tools/OswAppBLEMediaCtrl.cpp index 6f0271e7b..88aac7492 100644 --- a/src/apps/tools/OswAppBLEMediaCtrl.cpp +++ b/src/apps/tools/OswAppBLEMediaCtrl.cpp @@ -2,7 +2,7 @@ #ifdef OSW_FEATURE_BLE_MEDIA_CTRL #include "./apps/tools/OswAppBLEMediaCtrl.h" -#include +#include "config_defaults.h" #include #include #include diff --git a/src/apps/tools/OswAppTimeConfig.cpp b/src/apps/tools/OswAppTimeConfig.cpp index eccda97fd..e03bf0462 100644 --- a/src/apps/tools/OswAppTimeConfig.cpp +++ b/src/apps/tools/OswAppTimeConfig.cpp @@ -1,6 +1,6 @@ #include "./apps/tools/OswAppTimeConfig.h" -#include +#include "config_defaults.h" #include #include #include diff --git a/src/apps/watchfaces/OswAppWatchfaceDual.cpp b/src/apps/watchfaces/OswAppWatchfaceDual.cpp index d665c73bf..cb572a79d 100644 --- a/src/apps/watchfaces/OswAppWatchfaceDual.cpp +++ b/src/apps/watchfaces/OswAppWatchfaceDual.cpp @@ -1,6 +1,6 @@ #include "./apps/watchfaces/OswAppWatchfaceDual.h" -#include +#include "config_defaults.h" #include #include #include diff --git a/src/apps/watchfaces/OswAppWatchfaceFitness.cpp b/src/apps/watchfaces/OswAppWatchfaceFitness.cpp index 10867f208..c5f7ad53d 100644 --- a/src/apps/watchfaces/OswAppWatchfaceFitness.cpp +++ b/src/apps/watchfaces/OswAppWatchfaceFitness.cpp @@ -5,7 +5,7 @@ #include "apps/watchfaces/OswAppWatchfaceDigital.h" #include "apps/watchfaces/OswAppWatchface.h" -#include +#include "config_defaults.h" #include #include #include diff --git a/src/apps/watchfaces/OswAppWatchfaceFitnessAnalog.cpp b/src/apps/watchfaces/OswAppWatchfaceFitnessAnalog.cpp index 4ecaa1b7a..52967bdea 100644 --- a/src/apps/watchfaces/OswAppWatchfaceFitnessAnalog.cpp +++ b/src/apps/watchfaces/OswAppWatchfaceFitnessAnalog.cpp @@ -8,7 +8,7 @@ #include "./apps/_experiments/gif_player.h" #endif -#include +#include "config_defaults.h" #include #include #include diff --git a/src/apps/watchfaces/OswAppWatchfaceMix.cpp b/src/apps/watchfaces/OswAppWatchfaceMix.cpp index 266a69712..aafd9d66a 100644 --- a/src/apps/watchfaces/OswAppWatchfaceMix.cpp +++ b/src/apps/watchfaces/OswAppWatchfaceMix.cpp @@ -3,7 +3,7 @@ #include "./apps/watchfaces/OswAppWatchfaceMix.h" #include "./apps/watchfaces/OswAppWatchface.h" -#include +#include "config_defaults.h" #include #include #include