Skip to content

Commit 60493ed

Browse files
committed
[NFC] format c-index-test.c
to separate formatting changes from a functional fix later also inlcude CXDiagnostic and CXFile
1 parent 46ffacc commit 60493ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/tools/c-index-test/c-index-test.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
#include "clang-c/BuildSystem.h"
44
#include "clang-c/CXCompilationDatabase.h"
5+
#include "clang-c/CXDiagnostic.h"
56
#include "clang-c/CXErrorCode.h"
7+
#include "clang-c/CXFile.h"
68
#include "clang-c/CXSourceLocation.h"
79
#include "clang-c/CXString.h"
810
#include "clang-c/Documentation.h"

0 commit comments

Comments
 (0)