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

Use modern include style in shared module header.

This commit is contained in:
Sandu Liviu Catalin 2016-04-02 12:32:16 +03:00
parent 1c08f33604
commit 570b938d7c

View File

@ -5,7 +5,7 @@
#include <sqconfig.h> #include <sqconfig.h>
// ------------------------------------------------------------------------------------------------ // ------------------------------------------------------------------------------------------------
#include <stddef.h> #include <cstddef>
#include <string> #include <string>
/* ------------------------------------------------------------------------------------------------ /* ------------------------------------------------------------------------------------------------