From 0ff6217227ce551d6c91524c8e7fd37352e20490 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sun, 19 Oct 2025 19:17:37 -0300 Subject: add include path for PostgreSQL + overall cleanup Some distributions place libpq headers under /usr/include/postgresql which is why it's added to the include path. And even though we don't support it yet, the same happens with MariaDB, with headers being placed under /usr/include/mariadb. --- src/database_mysql.cc | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/database_mysql.cc (limited to 'src/database_mysql.cc') diff --git a/src/database_mysql.cc b/src/database_mysql.cc deleted file mode 100644 index 583bb7d..0000000 --- a/src/database_mysql.cc +++ /dev/null @@ -1,6 +0,0 @@ -#if DATABASE_MYSQL -#include "querymanager.hh" - -// TODO - -#endif //DATABASE_MYSQL -- cgit v1.2.3