Fix stray import

This commit is contained in:
2026-03-03 20:31:55 +01:00
parent 3668e61d5c
commit b1bc699009
@@ -3,8 +3,6 @@
#include "ServiceInterfacePrinter.h"
#include "fsfw/objectmanager/SystemObject.h"
#include "mission/utility/LoggingHelper.h"
ServiceInterfacePrinterTask::ServiceInterfacePrinterTask(object_id_t objectId)
: SystemObject(objectId) {
sif::init();