Switched most C headers to C++ (#8225)
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
|
||||
#include "cli.hpp"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
||||
#ifdef WIN32
|
||||
#include <conio.h>
|
||||
|
||||
Reference in New Issue
Block a user