]> git.lyx.org Git - lyx.git/blobdiff - src/gettext.C
Remove the inset and view member functions from PreviewedInset.
[lyx.git] / src / gettext.C
index 7bc80b4f7b0fa31c566fb54860617567e6f694f9..2f08de503833626e30be66e33c614ec3cd3fe1d3 100644 (file)
@@ -1,26 +1,27 @@
 /**
- * \file gettext.C
+ * \file src/gettext.C
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  * \author Jean-Marc Lasgouttes
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
+#include "gettext.h"
 #include "messages.h"
-#include "LString.h"
-#include "support/LAssert.h"
 
-#include <boost/scoped_ptr.hpp>
 
 #ifdef HAVE_LOCALE_H
 #  include <locale.h>
 #endif
 
+using std::string;
+
+
 namespace {
 
 Messages & getLyXMessages()