aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/sqlite3/sqlite3.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-03-13 14:33:04 +0000
committerlloyd <[email protected]>2013-03-13 14:33:04 +0000
commit35c5cbed2ebe0eb72e2ff665b78a9027d17c19ec (patch)
tree46b89bdc0bb85231b0dd465e5a208615d1503ce7 /src/utils/sqlite3/sqlite3.cpp
parent33c0c05989f9c024ab46d176c2cc1177c3c9d6ec (diff)
Move assert.h from internal to very public (included in types.h)
This reduces friction to writing an assert, so hopefully there will be more of them as a result. And we can use asserts in public headers now, very useful for templates.
Diffstat (limited to 'src/utils/sqlite3/sqlite3.cpp')
-rw-r--r--src/utils/sqlite3/sqlite3.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/sqlite3/sqlite3.cpp b/src/utils/sqlite3/sqlite3.cpp
index 94b55a555..519be9133 100644
--- a/src/utils/sqlite3/sqlite3.cpp
+++ b/src/utils/sqlite3/sqlite3.cpp
@@ -6,7 +6,6 @@
*/
#include <botan/internal/sqlite3.h>
-#include <botan/internal/assert.h>
#include <stdexcept>
#include <sqlite3.h>