]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormFloat.C
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormFloat.C
index df7c56cbd5d945e6902bb0c602eec990aa123ee2..a102a525d8182c28c83c0cc839f2e66ab4e8cdfb 100644 (file)
@@ -7,23 +7,29 @@
  * \author Jürgen Spitzmüller
  * \author Rob Lahaye
  *
- * 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 "ControlFloat.h"
 #include "FormFloat.h"
+#include "ControlFloat.h"
 #include "forms/form_float.h"
+
 #include "Tooltips.h"
 #include "xforms_helpers.h"
+#include "xformsBC.h"
+
 #include "insets/insetfloat.h"
+
 #include "support/lstrings.h"
+
 #include "lyx_forms.h"
 
-using namespace lyx::support;
+using lyx::support::contains;
+
+using std::string;
+
 
 namespace {