mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Revert "[clang-tidy] Switch C headers to C++ ones"
This reverts commit 0344856d65
.
This commit is contained in:
parent
444e5955ac
commit
5502729131
16 changed files with 44 additions and 40 deletions
|
@ -31,9 +31,9 @@
|
|||
#include <sstream>
|
||||
#include <iomanip>
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <FS.h>
|
||||
#include <Eval.h>
|
||||
|
@ -48,7 +48,7 @@
|
|||
#include <commit.h>
|
||||
#endif
|
||||
|
||||
#include <cstdio>
|
||||
#include <stdio.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#ifdef SOLARIS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue