From dc2584e007666e477029778c0559e69845df9f5c Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Tue, 11 Apr 2023 15:39:48 +0200 Subject: [PATCH] Remove inclusion of unnecessary headers. --- main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.cpp b/main.cpp index 32d30ca..a668c05 100644 --- a/main.cpp +++ b/main.cpp @@ -4,9 +4,6 @@ #include #include "message_handler.h" -#include "load_dc_plugin.h" -#include "serial.h" -#include "commands_to_update_dc.h" #include "plugins/interfaces.h" #include "DCPlugin/include/hwapi.h"