Update the standard printf function to use the dynamic string retrieval method.

Remove leftover includes from the string and crypt libraries.
This commit is contained in:
Sandu Liviu Catalin
2016-03-25 02:05:46 +02:00
parent c9c0486e9f
commit ad9e02e5fb
2 changed files with 6 additions and 14 deletions
-3
View File
@@ -6,9 +6,6 @@
#include <cstdlib>
#include <cstring>
// ------------------------------------------------------------------------------------------------
#include <sqstdstring.h>
// ------------------------------------------------------------------------------------------------
#include <crc32.h>
#include <keccak.h>