]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormTexinfo.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormTexinfo.C
index 387af2207305b2e7772a89de7eddbc701e3430eb..3f672ba1e7bb027e212b02617b2d4a3a2534bd48 100644 (file)
@@ -3,26 +3,31 @@
  * 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.
  */
 
 #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 std::string;
+
+namespace lyx {
+
+using support::OnlyFilename;
+
+namespace frontend {
+
 
 typedef FormController<ControlTexinfo, FormView<FD_texinfo> > base_class;
 
@@ -134,3 +139,6 @@ void FormTexinfo::updateStyles(ControlTexinfo::texFileSuffix whichStyle)
 
        activeStyle = whichStyle;
 }
+
+} // namespace frontend
+} // namespace lyx