From 277041b754a89e520b0b4bb27ab6313d673e9dea Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Mon, 19 Oct 2009 14:38:40 +0000 Subject: [PATCH] DBD::SQLite: sqlite3.h is included in SQLiteXS.h --- dbdimp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/dbdimp.h b/dbdimp.h index ad9a450..bd9e169 100644 --- a/dbdimp.h +++ b/dbdimp.h @@ -3,7 +3,6 @@ #define _DBDIMP_H 1 #include "SQLiteXS.h" -#include "sqlite3.h" #define PERL_UNICODE_DOES_NOT_WORK_WELL \ (PERL_REVISION <= 5) && ((PERL_VERSION < 8) \