From 183e1b83d3060cfe4a256637ec71f181c1baa253 Mon Sep 17 00:00:00 2001 From: Craig Edwards Date: Thu, 3 Oct 2024 20:07:51 +0000 Subject: [PATCH] fix includes --- src/dpp/voice/stub/constructor.cpp | 5 ----- src/dpp/voice/stub/stubs.cpp | 2 -- 2 files changed, 7 deletions(-) diff --git a/src/dpp/voice/stub/constructor.cpp b/src/dpp/voice/stub/constructor.cpp index c03ef825c7..b763521377 100644 --- a/src/dpp/voice/stub/constructor.cpp +++ b/src/dpp/voice/stub/constructor.cpp @@ -20,14 +20,9 @@ * ************************************************************************************/ -#include -#include #include -#include #include -#include "../../dave/encryptor.h" - #include "stub.h" namespace dpp { diff --git a/src/dpp/voice/stub/stubs.cpp b/src/dpp/voice/stub/stubs.cpp index 429945c02f..57b4b57f66 100644 --- a/src/dpp/voice/stub/stubs.cpp +++ b/src/dpp/voice/stub/stubs.cpp @@ -20,9 +20,7 @@ * ************************************************************************************/ -#include #include -#include #include #include "stub.h"