Remove duplicate

This commit is contained in:
phl0 2018-07-11 09:23:50 +02:00
parent f27e83f8e7
commit 07f005ab90
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A

View file

@ -48,7 +48,6 @@ const char* DEFAULT_INI_FILE = "/etc/DAPNETGateway.ini";
#include <clocale>
#include <cassert>
#include <cmath>
#include <algorithm>
const unsigned int FRAME_LENGTH_CODEWORDS = 2U;
const unsigned int BATCH_LENGTH_CODEWORDS = 17U;