From 35f3b7e76e30a3b124d87ea98684b73c9b1e0a86 Mon Sep 17 00:00:00 2001 From: Attila Kovacs Date: Wed, 13 Nov 2024 09:55:39 +0100 Subject: [PATCH] Change own header include mode (to system) --- include/smax-postgres.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/smax-postgres.h b/include/smax-postgres.h index 79145e9..0c427a8 100644 --- a/include/smax-postgres.h +++ b/include/smax-postgres.h @@ -10,7 +10,7 @@ #ifndef SMAXLOGGER_H_ #define SMAXLOGGER_H_ -#include "xchange.h" +#include #define DEFAULT_SQL_SERVER "localhost" ///< The default host name / IP of the SQL server #define DEFAULT_SQL_DB "engdb" ///< The default SQL database name to log to