From 40f9432321915f2b90320391f04fcd7b2673fee4 Mon Sep 17 00:00:00 2001 From: suhrke Date: Sat, 19 Aug 2017 15:13:06 -0700 Subject: [PATCH] updated contact information --- ReflexToQ3/includes/EntityConverter.cpp | 2 +- ReflexToQ3/includes/EntityConverter.hpp | 2 +- ReflexToQ3/main.cpp | 11 +++++++---- 3 files changed, 9 insertions(+), 6 deletions(-) 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"