clang-tidy header include order

This commit is contained in:
Erik Frojdh
2019-05-14 17:34:51 +02:00
parent 7314c52c63
commit 24fc5de58d
13 changed files with 18 additions and 18 deletions

View File

@ -6,10 +6,10 @@
#include "string_utils.h"
#include <arpa/inet.h>
#include <cstring>
#include <iostream>
#include <stdexcept>
#include <unistd.h>
#include <cstring>
#define DEFAULT_PACKET_SIZE 1286
#define SOCKET_BUFFER_SIZE (100 * 1024 * 1024) // 100 MB
#define DEFAULT_BACKLOG 5