Include "Exception.h" only on selected cpp files

This commit is contained in:
Sébastien Rombauts 2013-11-01 18:47:28 +01:00
parent bc1275a32c
commit 8bf7339e6b
4 changed files with 4 additions and 1 deletions

View File

@ -12,7 +12,6 @@
#include <sqlite3.h>
#include "Exception.h"
#include "Statement.h"

View File

@ -11,6 +11,7 @@
#include "Database.h"
#include "Statement.h"
#include "Exception.h"
namespace SQLite

View File

@ -12,6 +12,8 @@
#include "Database.h"
#include "Column.h"
#include "Exception.h"
namespace SQLite
{

View File

@ -11,6 +11,7 @@
#include "Transaction.h"
#include "Database.h"
#include "Exception.h"
namespace SQLite