1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-09 09:25:07 -04:00

FT8 demod: removed string.h dependency

This commit is contained in:
f4exb
2023-01-11 17:08:57 +01:00
parent ea49a8813b
commit aaab8b5351
3 changed files with 5 additions and 8 deletions
-1
View File
@@ -19,7 +19,6 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>. //
///////////////////////////////////////////////////////////////////////////////////
#include <string>
#include <string.h>
#include <assert.h>
#include "unpack.h"