| commit | 9af20d8187384b841a6244ab81c8a57b010d72d0 | [log] [tgz] |
|---|---|---|
| author | Dmitri Gribenko <gribozavr@gmail.com> | Mon Aug 19 16:14:33 2013 +0000 |
| committer | Dmitri Gribenko <gribozavr@gmail.com> | Mon Aug 19 16:14:33 2013 +0000 |
| tree | 8d3d18e87d83b2fc2167b88a1cf46b7c002f989f | |
| parent | d207f55cd58054aab77edca35b3e7f645738dfe2 [diff] [blame] |
Use cstdio instead of stdio.h git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188678 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/libclang/Indexing.cpp b/tools/libclang/Indexing.cpp index 98395e6..99fcdb6 100644 --- a/tools/libclang/Indexing.cpp +++ b/tools/libclang/Indexing.cpp
@@ -31,7 +31,7 @@ #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/Mutex.h" #include "llvm/Support/MutexGuard.h" -#include <stdio.h> +#include <cstdio> using namespace clang; using namespace cxtu;