From 4ee17acbf765e75d77fe12f2eaa7867d5c17e4d7 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 8 Nov 2009 09:46:33 +0000 Subject: [PATCH] Revert unintentional change to this file. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86455 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/c-index-test/c-index-test.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/c-index-test/c-index-test.c b/tools/c-index-test/c-index-test.c index cc4080e388..82653357b1 100644 --- a/tools/c-index-test/c-index-test.c +++ b/tools/c-index-test/c-index-test.c @@ -4,7 +4,6 @@ #include #include #include -#include #ifdef _MSC_VER char *basename(const char* path) @@ -87,7 +86,7 @@ static void TranslationUnitVisitor(CXTranslationUnit Unit, CXCursor Cursor, printf("// CHECK: %s:%d:%d: ", basename(clang_getCursorSource(Ref)), curLine, curColumn); PrintCursor(Ref); - printf(" [Context:%s]\n", clang_getDeclSpelling(Ref.decl)); + printf(" [Context:%s]\n", clang_getDeclSpelling(Ref.decl)); } startBuf++; } -- 2.50.1