]> git.lyx.org Git - features.git/commitdiff
use strfwd when appropriate
authorAndré Pönitz <poenitz@gmx.net>
Thu, 8 Nov 2007 21:52:09 +0000 (21:52 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Thu, 8 Nov 2007 21:52:09 +0000 (21:52 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21520 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/Application.h
src/frontends/Dialog.h

index 6c11007bbb15fb23ca7cdf76cbcb315742ea8a1e..8350b5cc46d4611c9b2d9cd49a1439149989c4e7 100644 (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
index 49e036ec1337a2c953caa89d5cfbf7da8d6705e3..6a168382e0f8ab801d9528ea3b40530370aaa8b7 100644 (file)
@@ -14,8 +14,7 @@
 
 #include "lfuns.h"
 
-#include "support/docstring.h"
-#include <string>
+#include "support/strfwd.h"
 
 namespace lyx {