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:
André Pönitz 2007-11-08 21:52:09 +00:00
parent fdd5134a24
commit f4e883c475
2 changed files with 6 additions and 7 deletions

View File

@ -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

View File

@ -14,8 +14,7 @@
#include "lfuns.h"
#include "support/docstring.h"
#include <string>
#include "support/strfwd.h"
namespace lyx {