@cryptotaxi247 / netdata-1 / commits / 7523f32e2

sqlite_health.c: remove `uuid.h` include (#15195)

Nanda H Krishna committed Jun 15, 2023 at 04:54 UTC 7523f32e2a3192b5eb54c0954840d3dd8cc27278
1 file changed -1
database/sqlite/sqlite_health.c
-1
@@ -3,7 +3,6 @@
3 #include "sqlite_health.h"
4 #include "sqlite_functions.h"
5 #include "sqlite_db_migration.h"
6 -#include "uuid.h"
6
7 #define MAX_HEALTH_SQL_SIZE 2048
8 #define sqlite3_bind_string_or_null(res,key,param) ((key) ? sqlite3_bind_text(res, param, string2str(key), -1, SQLITE_STATIC) : sqlite3_bind_null(res, param))