comparison Orthanc/Core/SQLite/Connection.cpp @ 58:b3259b9c6dfb

simplification
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 01 Aug 2015 19:54:12 +0200
parents 15acbf5e7545
children 78aa0a355d3a
comparison
equal deleted inserted replaced
57:26a230647a73 58:b3259b9c6dfb
42 #include "Connection.h" 42 #include "Connection.h"
43 #include "OrthancSQLiteException.h" 43 #include "OrthancSQLiteException.h"
44 44
45 #include <memory> 45 #include <memory>
46 #include <cassert> 46 #include <cassert>
47 #include <sqlite3.h>
48 #include <string.h> 47 #include <string.h>
49 48
50 #if ORTHANC_SQLITE_STANDALONE != 1 49 #if ORTHANC_SQLITE_STANDALONE != 1
51 #include <glog/logging.h> 50 #include <glog/logging.h>
52 #endif 51 #endif
52
53 #include "sqlite3.h"
53 54
54 55
55 namespace Orthanc 56 namespace Orthanc
56 { 57 {
57 namespace SQLite 58 namespace SQLite