diff --git a/firmware/controllers/algo/fuel/dfco.cpp b/firmware/controllers/algo/fuel/dfco.cpp index 72c6abf6da..3cd0b7d226 100644 --- a/firmware/controllers/algo/fuel/dfco.cpp +++ b/firmware/controllers/algo/fuel/dfco.cpp @@ -1,5 +1,6 @@ -#include "pch_util.h" +#include "engine_configuration.h" +#include "sensor.h" #include "dfco.h" diff --git a/firmware/pch/pch_util.h b/firmware/pch/pch_util.h deleted file mode 100644 index 1bffa02eee..0000000000 --- a/firmware/pch/pch_util.h +++ /dev/null @@ -1,18 +0,0 @@ -/** - * just like pch.h just without full engine god object - */ - -#include -#include -#include - -#include "engine_configuration.h" - -#include "expected.h" -#include "error_handling.h" - -#include "engine_module.h" - -#include "sensor.h" - -#include "timer.h"