mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Cleanup includes
- Remove unused includes - Use '<..>' style consistently - Strip any paths from include - Replace deprecated C++ headers - Sort includes according to LLVM rules https://llvm.org/docs/CodingStandards.html#include-style Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
3008e458e9
commit
2535c2c399
88 changed files with 275 additions and 350 deletions
|
@ -29,12 +29,12 @@
|
|||
|
||||
#include <Datafile.h>
|
||||
#include <Interval.h>
|
||||
#include <Range.h>
|
||||
#include <Transaction.h>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <TagInfoDatabase.h>
|
||||
#include <Journal.h>
|
||||
#include <Range.h>
|
||||
#include <TagInfoDatabase.h>
|
||||
#include <Transaction.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class Database
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue