minor fix

This commit is contained in:
Robin Müller 2021-07-24 15:15:49 +02:00
parent 2554afd503
commit 082e820e92
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -10,8 +10,6 @@
#include <filesystem>
#include <filesystem>
CoreController::CoreController(object_id_t objectId):
ExtendedControllerBase(objectId, objects::NO_OBJECT, 5) {
}