OSDN Git Service

Remove an useless variable
[pghintplan/pg_hint_plan.git] / pg_stat_statements.c
index 7fc34a4..e74ddd4 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_stat_statements.c
  * 
- * Part of pg_stat_statements.c in PostgreSQL 9.5.
+ * Part of pg_stat_statements.c in PostgreSQL 9.6.
  *
  * Copyright (c) 2008-2016, PostgreSQL Global Development Group
  *
@@ -10,8 +10,6 @@
  */
 #include "postgres.h"
 
-#include <sys/stat.h>
-
 #include "access/hash.h"
 #include "parser/scanner.h"