]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormThesaurus.C
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormThesaurus.C
index 1a380b812759290439919047d7fb5d006320a6f5..9e1dc93b4fb46c8b4e67b7ff81349f3a9d6ad522 100644 (file)
@@ -5,30 +5,33 @@
  *
  * \author Edwin Leuven
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
-#include "ControlThesaurus.h"
 #include "FormThesaurus.h"
+#include "ControlThesaurus.h"
 #include "forms/form_thesaurus.h"
-#include "xformsBC.h"
+
 #include "xforms_helpers.h"
-#include "debug.h"
+#include "xformsBC.h"
+
 #include "support/lstrings.h"
-#include "lyx_forms.h"
 
-#include <cctype>
+#include "lyx_forms.h"
 
-using namespace lyx::support;
+using lyx::support::lowercase;
+using lyx::support::trim;
+using lyx::support::uppercase;
 
 #ifndef CXX_GLOBAL_CSTD
-using std::isupper;
 using std::islower;
+using std::isupper;
 #endif
 
 using std::vector;
+using std::string;
 
 
 typedef FormController<ControlThesaurus, FormView<FD_thesaurus> > base_class;