Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/libhamcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Beatrici <git@davidebeatrici.dev>2021-03-09 07:26:25 +0300
committerDavide Beatrici <git@davidebeatrici.dev>2021-03-09 07:26:25 +0300
commit5b38a683cf8f14b6d153a79da8bb596103d4240c (patch)
tree32e1b573f52d727c1a448fe2eaa672c88b0a7a98
parent95ae85a8ef45d11e222acc8021bc35c55ae39fa6 (diff)
Hamcore.c: Remove unnecessary <stdint.h> include
The header is already included in Memory.h.
-rw-r--r--Hamcore.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Hamcore.c b/Hamcore.c
index d32fa71..63eb9c3 100644
--- a/Hamcore.c
+++ b/Hamcore.c
@@ -3,7 +3,6 @@
#include "FileSystem.h"
#include "Memory.h"
-#include <stdint.h>
#include <stdlib.h>
#include <string.h>