mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 09:46:02 -04:00
Include "Exception.h" only on selected cpp files
This commit is contained in:
parent
bc1275a32c
commit
8bf7339e6b
@ -12,7 +12,6 @@
|
||||
|
||||
#include <sqlite3.h>
|
||||
|
||||
#include "Exception.h"
|
||||
#include "Statement.h"
|
||||
|
||||
|
||||
|
@ -11,6 +11,7 @@
|
||||
#include "Database.h"
|
||||
|
||||
#include "Statement.h"
|
||||
#include "Exception.h"
|
||||
|
||||
|
||||
namespace SQLite
|
||||
|
@ -12,6 +12,8 @@
|
||||
|
||||
#include "Database.h"
|
||||
#include "Column.h"
|
||||
#include "Exception.h"
|
||||
|
||||
|
||||
namespace SQLite
|
||||
{
|
||||
|
@ -11,6 +11,7 @@
|
||||
#include "Transaction.h"
|
||||
|
||||
#include "Database.h"
|
||||
#include "Exception.h"
|
||||
|
||||
|
||||
namespace SQLite
|
||||
|
Loading…
x
Reference in New Issue
Block a user