diff Core/SQLite/Statement.h @ 2302:f31dfb131dee

fix backward compatibility with SQLite < 3.19.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Jul 2017 11:27:55 +0200
parents b1291df2f780
children 50cde8246542
line wrap: on
line diff
--- a/Core/SQLite/Statement.h	Mon Jul 10 09:28:30 2017 +0200
+++ b/Core/SQLite/Statement.h	Mon Jul 10 11:27:55 2017 +0200
@@ -49,8 +49,6 @@
 #include <gtest/gtest_prod.h>
 #endif
 
-struct sqlite3_stmt;
-
 
 namespace Orthanc
 {