mirror of
https://github.com/intel/llvm.git
synced 2026-01-29 12:53:33 +08:00
[lldb][NFC] Use C++ versions of the deprecated C standard library headers
The C headers are deprecated so as requested in D102845, this is replacing them all with their (not deprecated) C++ equivalent. Reviewed By: shafik Differential Revision: https://reviews.llvm.org/D103084
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
#include "lldb/Host/Config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <cstdio>
|
||||
#if HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user