util: Migrated optionalBlankLine from text

This commit is contained in:
Paul Beckingham 2016-12-11 17:46:06 -05:00
parent 026a8aa9a1
commit ec84d0f372
15 changed files with 21 additions and 22 deletions

View file

@ -35,7 +35,7 @@
#include <i18n.h>
#include <shared.h>
#include <format.h>
#include <text.h>
#include <util.h>
#include <utf8.h>
#include <main.h>

View file

@ -31,7 +31,7 @@
#include <ViewText.h>
#include <Color.h>
#include <shared.h>
#include <text.h>
#include <util.h>
#include <i18n.h>
#include <main.h>

View file

@ -33,7 +33,7 @@
#include <ViewText.h>
#include <Command.h>
#include <ColString.h>
#include <text.h>
#include <util.h>
#include <i18n.h>
extern Context context;

View file

@ -35,7 +35,7 @@
#include <i18n.h>
#include <format.h>
#include <shared.h>
#include <text.h>
#include <util.h>
extern Context context;

View file

@ -38,7 +38,7 @@
#include <i18n.h>
#include <format.h>
#include <shared.h>
#include <text.h>
#include <util.h>
#include <main.h>
extern Context context;

View file

@ -32,7 +32,7 @@
#include <ViewText.h>
#include <main.h>
#include <format.h>
#include <text.h>
#include <util.h>
#include <i18n.h>
#include <ISO8601.h>

View file

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

View file

@ -27,7 +27,7 @@
#include <cmake.h>
#include <CmdLogo.h>
#include <Context.h>
#include <text.h>
#include <util.h>
#include <i18n.h>
extern Context context;

View file

@ -31,7 +31,7 @@
#include <Context.h>
#include <ViewText.h>
#include <format.h>
#include <text.h>
#include <util.h>
#include <i18n.h>
extern Context context;

View file

@ -33,7 +33,7 @@
#include <Filter.h>
#include <ViewText.h>
#include <format.h>
#include <text.h>
#include <util.h>
#include <i18n.h>
extern Context context;