mirror of
https://github.com/rehlds/reapi.git
synced 2024-12-29 08:05:36 +03:00
Duplicate include <string.h> (#317)
This commit is contained in:
parent
520d288381
commit
55166be670
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user