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:
parent
a4cf2dae85
commit
e5525a296a
@ -161,7 +161,6 @@
|
||||
<Linker>
|
||||
<Add library="squirrel" />
|
||||
</Linker>
|
||||
<Unit filename="../external/Common/aes256.cpp" />
|
||||
<Unit filename="../sandbox/main.cpp" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
|
@ -5,11 +5,11 @@
|
||||
#include "ModBase.hpp"
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include <cassert>
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
#include <assert.h>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
#include <sqlite3.h>
|
||||
|
Loading…
Reference in New Issue
Block a user