From e674a73771a2b6f2c2b4d04ed91e7ddc6dfbe831 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Tue, 20 Aug 2024 00:32:16 +0200 Subject: [PATCH] removed useless include --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 9fc1638c..55884c49 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,4 @@ #include -#include int main(int argc, char* argv[]) { return sdrpp_main(argc, argv);