mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
use strfwd when appropriate
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21520 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fdd5134a24
commit
f4e883c475
@ -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 <boost/function.hpp>
|
||||
#include "support/strfwd.h"
|
||||
|
||||
#include <string>
|
||||
#include <boost/function.hpp>
|
||||
|
||||
namespace lyx {
|
||||
|
||||
@ -243,4 +243,4 @@ frontend::Application * createApplication(int & argc, char * argv[]);
|
||||
} // namespace lyx
|
||||
|
||||
|
||||
#endif // LYX_APPLICATION_H
|
||||
#endif // APPLICATION_H
|
||||
|
@ -14,8 +14,7 @@
|
||||
|
||||
#include "lfuns.h"
|
||||
|
||||
#include "support/docstring.h"
|
||||
#include <string>
|
||||
#include "support/strfwd.h"
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user