mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
C++11: Proper includes
This commit is contained in:
parent
b87a9225eb
commit
2fc1d83b55
1 changed files with 2 additions and 3 deletions
|
@ -28,11 +28,11 @@
|
|||
#include <CmdEdit.h>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <stdlib.h>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <algorithm>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <cerrno>
|
||||
#include <ISO8601.h>
|
||||
#include <Context.h>
|
||||
#include <Lexer.h>
|
||||
|
@ -44,7 +44,6 @@
|
|||
#include <i18n.h>
|
||||
#include <main.h>
|
||||
#include <JSON.h>
|
||||
#include <cerrno>
|
||||
|
||||
extern Context context;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue