Cleanup includes

This actually gained us 10% more flash space
This commit is contained in:
2025-10-16 21:03:35 -04:00
parent 5d8732a67a
commit 9a0017d87f
29 changed files with 47 additions and 95 deletions

View File

@@ -3,7 +3,6 @@
//
#include "MPIMessageBuilder.h"
#include "SerializedMessage.h"
namespace Flatbuffers {

View File

@@ -3,7 +3,6 @@
//
#include "TopologyMessageBuilder.h"
#include "SerializedMessage.h"
namespace Flatbuffers {

View File

@@ -5,10 +5,6 @@
#ifndef ANGLECONTROLMESSAGEBUILDER_H_
#define ANGLECONTROLMESSAGEBUILDER_H_
#include <string>
#include <vector>
#include "SerializedMessage.h"
#include "flatbuffers_generated/AngleControlMessage_generated.h"
#include "flatbuffers/flatbuffers.h"

View File

@@ -5,7 +5,6 @@
#ifndef MPIMESSAGEBUILDER_H
#define MPIMESSAGEBUILDER_H
#include <string>
#include <vector>
#include "SerializedMessage.h"

View File

@@ -5,7 +5,6 @@
#ifndef TOPOLOGYMESSAGEBUILDER_H
#define TOPOLOGYMESSAGEBUILDER_H
#include <string>
#include <vector>
#include "SerializedMessage.h"