From f4e883c475b92bf221098f3165fcf108dc5dad2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Thu, 8 Nov 2007 21:52:09 +0000 Subject: [PATCH] use strfwd when appropriate git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21520 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/Application.h | 10 +++++----- src/frontends/Dialog.h | 3 +-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/frontends/Application.h b/src/frontends/Application.h index 6c11007bbb..8350b5cc46 100644 --- a/src/frontends/Application.h +++ b/src/frontends/Application.h @@ -8,14 +8,14 @@ * Full author contact details are available in file CREDITS. */ -#ifndef LYX_APPLICATION_H -#define LYX_APPLICATION_H +#ifndef APPLICATION_H +#define APPLICATION_H #include "ColorCode.h" -#include +#include "support/strfwd.h" -#include +#include namespace lyx { @@ -243,4 +243,4 @@ frontend::Application * createApplication(int & argc, char * argv[]); } // namespace lyx -#endif // LYX_APPLICATION_H +#endif // APPLICATION_H diff --git a/src/frontends/Dialog.h b/src/frontends/Dialog.h index 49e036ec13..6a168382e0 100644 --- a/src/frontends/Dialog.h +++ b/src/frontends/Dialog.h @@ -14,8 +14,7 @@ #include "lfuns.h" -#include "support/docstring.h" -#include +#include "support/strfwd.h" namespace lyx {