[clang-tidy] Switch C headers to C++ ones
Found using modernize-return-braced-init-list Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
Paul Beckingham
parent
e46039efb1
commit
0344856d65
@@ -27,12 +27,12 @@
|
||||
#include <cmake.h>
|
||||
#include <Task.h>
|
||||
#include <sstream>
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
#include <cstdlib>
|
||||
#include <cassert>
|
||||
#include <string>
|
||||
#ifdef PRODUCT_TASKWARRIOR
|
||||
#include <math.h>
|
||||
#include <ctype.h>
|
||||
#include <cmath>
|
||||
#include <cctype>
|
||||
#endif
|
||||
#include <cfloat>
|
||||
#include <algorithm>
|
||||
|
||||
Reference in New Issue
Block a user