mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 09:37:21 +02:00
Cleanup includes
This actually gained us 10% more flash space
This commit is contained in:
@@ -3,12 +3,10 @@
|
||||
//
|
||||
|
||||
#include "MessagingInterface.h"
|
||||
|
||||
#include <AngleControlMessageBuilder.h>
|
||||
#include <ConfigManager.h>
|
||||
#include <freertos/queue.h>
|
||||
#include <freertos/semphr.h>
|
||||
|
||||
#include "AngleControlMessageBuilder.h"
|
||||
#include "ConfigManager.h"
|
||||
#include "freertos/queue.h"
|
||||
#include "freertos/semphr.h"
|
||||
#include "MPIMessageBuilder.h"
|
||||
|
||||
MessagingInterface::~MessagingInterface() {
|
||||
|
||||
Reference in New Issue
Block a user