2
0
mirror of https://github.com/s1lentq/reapi.git synced 2024-10-16 15:27:06 +03:00

Duplicate include <string.h> (#317)

This commit is contained in:
Jonathan.Liu 2024-06-29 03:09:14 +08:00 committed by GitHub
parent 520d288381
commit 55166be670
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,11 +1,10 @@
#pragma once #pragma once
// C // C
#include <string.h> #include <string.h> // for strncpy(), etc
#include <stdarg.h> #include <stdarg.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> // for strncpy(), etc
// C++ // C++
#include <vector> // std::vector #include <vector> // std::vector