diff --git a/include/communication/CommandLine.h b/include/communication/CommandLine.h index f09f64cee2..c277f61614 100644 --- a/include/communication/CommandLine.h +++ b/include/communication/CommandLine.h @@ -6,9 +6,9 @@ #include #include -#include #include //Loading JSON documents to get settings from them. #include //To store the command line arguments. +#include #include //To store the command line arguments. #include "Communication.h" //The class we're implementing.