From e8cf0b8de7021d59d7a884890ddd95e24099a16a Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Thu, 10 Dec 2015 15:22:20 -0800 Subject: [PATCH] Clean up baseband/main.cpp #includes. --- firmware/baseband/main.cpp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/firmware/baseband/main.cpp b/firmware/baseband/main.cpp index fb3d2c39..f5b0e1eb 100755 --- a/firmware/baseband/main.cpp +++ b/firmware/baseband/main.cpp @@ -40,17 +40,9 @@ #include "touch_dma.hpp" -#include "dsp_decimate.hpp" -#include "dsp_demodulate.hpp" -#include "dsp_fir_taps.hpp" -#include "dsp_iir.hpp" -#include "dsp_iir_config.hpp" -#include "dsp_squelch.hpp" - #include "baseband_stats_collector.hpp" #include "rssi_stats_collector.hpp" -#include "channel_decimator.hpp" #include "baseband_processor.hpp" #include "proc_am_audio.hpp" #include "proc_nfm_audio.hpp" @@ -60,9 +52,6 @@ #include "proc_tpms.hpp" #include "proc_ert.hpp" -#include "clock_recovery.hpp" -#include "packet_builder.hpp" - #include "message_queue.hpp" #include "utility.hpp" @@ -77,8 +66,6 @@ #include #include #include -#include -#include class ThreadBase { public: