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,12 +27,12 @@
#include <cmake.h>
#include <Task.h>
#include <sstream>
#include <cstdlib>
#include <cassert>
#include <stdlib.h>
#include <assert.h>
#include <string>
#ifdef PRODUCT_TASKWARRIOR
#include <cmath>
#include <cctype>
#include <math.h>
#include <ctype.h>
#endif
#include <cfloat>
#include <algorithm>