From 340e62f833c8134961eeccd0ce2478b4dc20e707 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 16 Apr 2021 13:59:41 +0200 Subject: [PATCH] refactor: IWYU --- example/aliases/capacitor_time_curve.cpp | 1 - example/references/foot_pound_second.cpp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/example/aliases/capacitor_time_curve.cpp b/example/aliases/capacitor_time_curve.cpp index 707bed1f..fc2eeff9 100644 --- a/example/aliases/capacitor_time_curve.cpp +++ b/example/aliases/capacitor_time_curve.cpp @@ -21,7 +21,6 @@ */ #include -#include #include #include #include diff --git a/example/references/foot_pound_second.cpp b/example/references/foot_pound_second.cpp index 59edbef8..669ed082 100644 --- a/example/references/foot_pound_second.cpp +++ b/example/references/foot_pound_second.cpp @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include