1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 18:03:45 +02:00

Remove unnecessary #iddefs

These are only avoiding files that alrerady self-destruct... so they don't need to be avoided.
This commit is contained in:
Asbelos
2020-09-26 08:42:24 +01:00
parent bff7555102
commit 59d77f2362
2 changed files with 2 additions and 11 deletions

View File

@@ -23,9 +23,7 @@
#include "DCCEXParser.h"
#include "DCC.h"
#include "DCCWaveform.h"
#ifdef WIFI_ON
#include "WifiInterface.h"
#endif
#include "Turnouts.h"
#include "Outputs.h"
#include "Sensors.h"