From 07f005ab908fa9eafbf1a699ad5e70948058a8a2 Mon Sep 17 00:00:00 2001 From: phl0 Date: Wed, 11 Jul 2018 09:23:50 +0200 Subject: [PATCH] Remove duplicate --- DAPNETGateway.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/DAPNETGateway.cpp b/DAPNETGateway.cpp index e5347fc..e4fc740 100644 --- a/DAPNETGateway.cpp +++ b/DAPNETGateway.cpp @@ -48,7 +48,6 @@ const char* DEFAULT_INI_FILE = "/etc/DAPNETGateway.ini"; #include #include #include -#include const unsigned int FRAME_LENGTH_CODEWORDS = 2U; const unsigned int BATCH_LENGTH_CODEWORDS = 17U;