1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00

Minor tweak in sqlite module.

Remove useless file from sandbox project.
This commit is contained in:
Sandu Liviu Catalin 2016-03-27 06:04:45 +03:00
parent a4cf2dae85
commit e5525a296a
2 changed files with 3 additions and 4 deletions

View File

@ -161,7 +161,6 @@
<Linker> <Linker>
<Add library="squirrel" /> <Add library="squirrel" />
</Linker> </Linker>
<Unit filename="../external/Common/aes256.cpp" />
<Unit filename="../sandbox/main.cpp" /> <Unit filename="../sandbox/main.cpp" />
<Extensions> <Extensions>
<code_completion /> <code_completion />

View File

@ -5,11 +5,11 @@
#include "ModBase.hpp" #include "ModBase.hpp"
// ------------------------------------------------------------------------------------------------ // ------------------------------------------------------------------------------------------------
#include <map> #include <cassert>
#include <vector>
// ------------------------------------------------------------------------------------------------ // ------------------------------------------------------------------------------------------------
#include <assert.h> #include <map>
#include <vector>
// ------------------------------------------------------------------------------------------------ // ------------------------------------------------------------------------------------------------
#include <sqlite3.h> #include <sqlite3.h>