]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormTexinfo.C
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormTexinfo.C
index 32fbde7c5f75ec5a0c7a75e5f1f110358fc10e0b..f609af0b96e2b07871574c0fb753ad5cc2d3abae 100644 (file)
@@ -3,26 +3,27 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Herbert Voss
+ * \author Herbert Voß
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
-#include "xformsBC.h"
 #include "FormTexinfo.h"
 #include "forms/form_texinfo.h"
+
 #include "Tooltips.h"
-#include "gettext.h"
-#include "xforms_helpers.h"
-#include "support/LAssert.h"
-#include "support/lstrings.h"
+#include "xformsBC.h"
+
 #include "support/filetools.h"
 
 #include "lyx_forms.h"
 
-using namespace lyx::support;
+using lyx::support::OnlyFilename;
+
+using std::string;
+
 
 typedef FormController<ControlTexinfo, FormView<FD_texinfo> > base_class;