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

simplification
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 01 Aug 2015 19:54:12 +0200
parents 64ce5bb00a56
children
comparison
equal deleted inserted replaced
57:26a230647a73 58:b3259b9c6dfb
37 #endif 37 #endif
38 38
39 #include "FunctionContext.h" 39 #include "FunctionContext.h"
40 #include "OrthancSQLiteException.h" 40 #include "OrthancSQLiteException.h"
41 41
42 #include <sqlite3.h>
43 #include <string> 42 #include <string>
43
44 #include "sqlite3.h"
44 45
45 namespace Orthanc 46 namespace Orthanc
46 { 47 {
47 namespace SQLite 48 namespace SQLite
48 { 49 {