mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Common: Renamed text.h to common.h
This commit is contained in:
parent
bb7627821c
commit
79d658207c
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
#include <cmake.h>
|
||||
#include <Grammar.h>
|
||||
#include <Lexer.h>
|
||||
#include <text.h>
|
||||
#include <common.h>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include <Lexer.h>
|
||||
#include <Table.h>
|
||||
#include <Color.h>
|
||||
#include <text.h>
|
||||
#include <common.h>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue