[BH-907] Split utils module into components

Split module-utils into smaller components for better dependency
management. Fix many dependencies throughout the project.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
This commit is contained in:
Marcin Smoczyński
2021-09-21 15:57:43 +02:00
parent c8e65453c5
commit bd90e57516
373 changed files with 922 additions and 747 deletions

View File

@@ -2,7 +2,7 @@
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md
#include "NotesSearchListModel.hpp"
#include <log.hpp>
#include <log/log.hpp>
namespace app::notes
{