l10n: Eliminated i18n.h

This commit is contained in:
Paul Beckingham 2018-01-21 23:29:59 -05:00
parent 0a5f062ba8
commit 016bb94d3f
22 changed files with 0 additions and 356 deletions

View file

@ -37,7 +37,6 @@
#include <Datetime.h>
#include <Duration.h>
#include <main.h>
#include <i18n.h>
#include <shared.h>
#include <format.h>

View file

@ -35,7 +35,6 @@
#include <Filter.h>
#include <Lexer.h>
#include <ViewTask.h>
#include <i18n.h>
#include <format.h>
#include <shared.h>
#include <util.h>

View file

@ -31,7 +31,6 @@
#include <Command.h>
#include <Table.h>
#include <Datetime.h>
#include <i18n.h>
template<class HistoryStrategy>
class CmdHistoryBase : public Command

View file

@ -35,7 +35,6 @@
#include <Duration.h>
#include <format.h>
#include <util.h>
#include <i18n.h>
#include <main.h>
extern Context context;