Remove hasp_utilities

This commit is contained in:
fvanroie 2021-04-15 04:53:33 +02:00
parent f922809331
commit ef90cbc8c7
2 changed files with 0 additions and 15 deletions

View File

@ -1,3 +0,0 @@
#include "hasp_conf.h"
#include "hasp_utilities.h"

View File

@ -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 <string>
class Utilities {
};
#endif