From 10f6554a1b8dad5703e2749c620f75028fe7b093 Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Wed, 27 Jan 2016 20:17:35 -0800 Subject: [PATCH] Remove extra #include. --- firmware/application/tuning.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/firmware/application/tuning.cpp b/firmware/application/tuning.cpp index 2519fc82d..5edc48524 100644 --- a/firmware/application/tuning.cpp +++ b/firmware/application/tuning.cpp @@ -19,8 +19,6 @@ * Boston, MA 02110-1301, USA. */ -#include "ch.h" - #include "tuning.hpp" #include "utility.hpp"