Revert "[clang-tidy] Switch C headers to C++ ones"

This reverts commit 0344856d65.
This commit is contained in:
Paul Beckingham 2020-12-05 16:18:15 -05:00
parent 444e5955ac
commit 5502729131
16 changed files with 44 additions and 40 deletions

View file

@ -27,7 +27,7 @@
#include <cmake.h>
#include <Lexer.h>
#include <algorithm>
#include <cctype>
#include <ctype.h>
#include <Datetime.h>
#include <Duration.h>
#include <unicode.h>