diff --git a/ReflexToQ3/includes/EntityConverter.cpp b/ReflexToQ3/includes/EntityConverter.cpp index aef5e29..1d1a912 100644 --- a/ReflexToQ3/includes/EntityConverter.cpp +++ b/ReflexToQ3/includes/EntityConverter.cpp @@ -10,7 +10,7 @@ * Revision: none * Compiler: gcc * - * Author: suhrke@teknik.io + * Author: surkeh@protonmail.com * * ===================================================================================== */ diff --git a/ReflexToQ3/includes/EntityConverter.hpp b/ReflexToQ3/includes/EntityConverter.hpp index 0b7bba0..96b07f3 100644 --- a/ReflexToQ3/includes/EntityConverter.hpp +++ b/ReflexToQ3/includes/EntityConverter.hpp @@ -17,7 +17,7 @@ * Revision: none * Compiler: gcc * - * Author: suhrke@teknik.io + * Author: surkeh@protonmail.com * * ===================================================================================== */ diff --git a/ReflexToQ3/main.cpp b/ReflexToQ3/main.cpp index 1ae6794..8db3573 100644 --- a/ReflexToQ3/main.cpp +++ b/ReflexToQ3/main.cpp @@ -2,12 +2,15 @@ // Author: Michael Cameron // Email: chronokun@hotmail.com // -#include -#include -#include -#include +// Modified by: scuti@teknik.io +// + #include #include +#include +#include +#include +#include #include "cxxopts.hpp"