aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra/m_pgsql.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-01-26 08:50:29 +0000
committerGravatar Sadie Powell2022-01-26 14:00:58 +0000
commit4fd71323d32500669b3bae395fa91df0e20fe090 (patch)
tree3d17fec736d1a9946d2546ee8380df6ef44dd445 /src/modules/extra/m_pgsql.cpp
parentMerge branch 'insp3' into master. (diff)
Slim the included headers down more.
Diffstat (limited to 'src/modules/extra/m_pgsql.cpp')
-rw-r--r--src/modules/extra/m_pgsql.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/extra/m_pgsql.cpp b/src/modules/extra/m_pgsql.cpp
index 81ae07c06..aebf2db8f 100644
--- a/src/modules/extra/m_pgsql.cpp
+++ b/src/modules/extra/m_pgsql.cpp
@@ -37,9 +37,9 @@
/// $PackageInfo: require_system("ubuntu") libpq-dev
-#include "inspircd.h"
-#include <cstdlib>
#include <libpq-fe.h>
+
+#include "inspircd.h"
#include "modules/sql.h"
/* SQLConn rewritten by peavey to