Skip to content

Commit

Permalink
pch
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Sep 26, 2024
1 parent 65c22b6 commit 38dc225
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
5 changes: 1 addition & 4 deletions firmware/controllers/algo/airmass/maf_airmass.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@

#include "engine_configuration.h"
#include "sensor.h"
#include "error_handling.h"
#include "pch.h"

#include "maf_airmass.h"
#include "maf.h"
Expand Down
8 changes: 1 addition & 7 deletions firmware/controllers/algo/fuel/injector_model.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@

// here am flirting with not using pch.h and not including at least Engine
#include <rusefi/interpolation.h>
#include <rusefi/arrays.h>
#include "engine_configuration.h"
#include "sensor.h"
#include "error_handling.h"
#include "pch.h"

#include "injector_model.h"
#include "fuel_computer.h"
Expand Down
11 changes: 1 addition & 10 deletions firmware/controllers/math/speed_density.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,7 @@
* @author Andrey Belomutskiy, (c) 2012-2020
*/

#include <rusefi/interpolation.h>
#include "engine_configuration.h"
#include "error_handling.h"
#include "fuel_computer.h"
#include "speed_density.h"
#include "fuel_math.h"
#include "sensor.h"
#include "efi_interpolation.h"
#include "table_helper.h"
#include "engine_math.h"
#include "pch.h"

#if defined(HAS_OS_ACCESS)
#error "Unexpected OS ACCESS HERE"
Expand Down

0 comments on commit 38dc225

Please sign in to comment.