[v0.20] Always use C++ includes when possible for consistency
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <cstdarg>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <cerrno>
|
||||
|
||||
#include "global.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user