From a0b20477b650f425dc9a9131abed7e271aa174dd Mon Sep 17 00:00:00 2001 From: Alexey Kapustin Date: Sat, 29 Apr 2017 03:24:12 +0300 Subject: [PATCH] Fix quotes --- src/exceptions/SQLException.h | 2 +- src/zdb.h | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/exceptions/SQLException.h b/src/exceptions/SQLException.h index 6bb3373..6ec9210 100644 --- a/src/exceptions/SQLException.h +++ b/src/exceptions/SQLException.h @@ -25,7 +25,7 @@ #ifndef SQLEXCEPTION_INCLUDED #define SQLEXCEPTION_INCLUDED -#include +#include "Exception.h" /** diff --git a/src/zdb.h b/src/zdb.h index 7c88e62..80e5ab3 100644 --- a/src/zdb.h +++ b/src/zdb.h @@ -44,12 +44,12 @@ extern "C" { #endif /* libzdb API interfaces */ -#include -#include -#include -#include -#include -#include +#include "SQLException.h" +#include "URL.h" +#include "ResultSet.h" +#include "PreparedStatement.h" +#include "Connection.h" +#include "ConnectionPool.h" #ifdef __cplusplus }