[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

@@ -6,7 +6,7 @@
#include "SMSdata.hpp"
#include "SMSThreadViewWindow.hpp"
#include <log.hpp>
#include <log/log.hpp>
#include <module-db/queries/phonebook/QueryContactGetByID.hpp>
#include <OptionsMessages.hpp>
#include <service-db/DBNotificationMessage.hpp>