diff --git a/src/module/pg/pg.cc b/src/module/pg/pg.cc
index 438d236767e97d345420135531cff4dbbe963994..e7b0395cf7b363a4d7e00f358ecca99bc04ad60a 100644
--- a/src/module/pg/pg.cc
+++ b/src/module/pg/pg.cc
@@ -28,7 +28,6 @@
  */
 
 extern "C" {
-	#include <postgres.h>
 	#include <libpq-fe.h>
 	#undef PACKAGE_VERSION
 }