mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-06 17:37:21 +02:00
[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:
parent
e46039efb1
commit
0344856d65
16 changed files with 40 additions and 44 deletions
|
@ -28,7 +28,7 @@
|
|||
#include <DOM.h>
|
||||
#include <sstream>
|
||||
#include <map>
|
||||
#include <stdlib.h>
|
||||
#include <cstdlib>
|
||||
#include <Variant.h>
|
||||
#include <Lexer.h>
|
||||
#include <Context.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue