Update Makefile.conf and Libraries
This commit is contained in:
-15
@@ -1,15 +0,0 @@
|
||||
#ifndef UTIL_INIH_H
|
||||
#define UTIL_INIH_H
|
||||
|
||||
#include "Libraries/INIh/INIReader.h"
|
||||
|
||||
|
||||
namespace PresenceDetection {
|
||||
namespace Util {
|
||||
|
||||
using ::INIReader;
|
||||
|
||||
} // namespace Util
|
||||
} // namespace PresenceDetection
|
||||
|
||||
#endif // UTIL_INIH_H
|
||||
-16
@@ -1,16 +0,0 @@
|
||||
#ifndef UTIL_JSON_H
|
||||
#define UTIL_JSON_H
|
||||
|
||||
#include "Libraries/JSON/nlohmann/json.hpp"
|
||||
|
||||
|
||||
namespace PresenceDetection {
|
||||
namespace Util {
|
||||
|
||||
using namespace nlohmann;
|
||||
typedef json JSON;
|
||||
|
||||
} // namespace Util
|
||||
} // namespace DomoticaServer
|
||||
|
||||
#endif // UTIL_JSON_H
|
||||
Reference in New Issue
Block a user