forked from OSchip/llvm-project
Per surrounding style, use stdarg.h instead of cstdio, etc.
llvm-svn: 105711
This commit is contained in:
parent
056113a211
commit
9c68da971f
|
@ -11,7 +11,7 @@
|
|||
#define LLDB_SBDebugger_h_
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
#include <cstdio>
|
||||
#include <stdio.h>
|
||||
|
||||
namespace lldb {
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
#include "lldb/lldb-private.h"
|
||||
#include "lldb/Core/Flags.h"
|
||||
#include <cstdarg>
|
||||
#include <stdarg.h>
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include "lldb/API/SBError.h"
|
||||
#include "lldb/Core/Error.h"
|
||||
#include <cstdarg>
|
||||
#include <stdarg.h>
|
||||
|
||||
using namespace lldb;
|
||||
using namespace lldb_private;
|
||||
|
|
Loading…
Reference in New Issue