diff --git a/src/hasp/hasp_utilities.cpp b/src/hasp/hasp_utilities.cpp deleted file mode 100644 index 42d4ccd8..00000000 --- a/src/hasp/hasp_utilities.cpp +++ /dev/null @@ -1,3 +0,0 @@ - -#include "hasp_conf.h" -#include "hasp_utilities.h" diff --git a/src/hasp/hasp_utilities.h b/src/hasp/hasp_utilities.h deleted file mode 100644 index 53ef86ff..00000000 --- a/src/hasp/hasp_utilities.h +++ /dev/null @@ -1,12 +0,0 @@ -/* MIT License - Copyright (c) 2019-2021 Francis Van Roie - For full license information read the LICENSE file in the project folder */ - -#ifndef HASP_UTILITIES_H -#define HASP_UTILITIES_H - -#include - -class Utilities { -}; - -#endif \ No newline at end of file