]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormBranch.C
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormBranch.C
index 3ef6f982a6cf2bd7ef88c7d712b2beb04b7e4db1..face8b56437846d0564d6330c5a5bbd94bfee7ba 100644 (file)
@@ -5,20 +5,25 @@
  *
  * \author Martin Vermeer
  *
- * 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 "ControlBranch.h"
 #include "FormBranch.h"
+#include "ControlBranch.h"
 #include "forms/form_branch.h"
-#include "xforms_helpers.h" // formatted
-#include "lyx_forms.h"
+
+#include "xformsBC.h"
+
 #include "insets/insetbranch.h"
-#include "debug.h"
+
+#include "lyx_forms.h"
+
+
+using std::string;
+
 
 typedef FormController<ControlBranch, FormView<FD_branch> > base_class;
 
@@ -34,7 +39,7 @@ void FormBranch::build()
        dialog_.reset(build_branch(this));
 
        fl_addto_choice(dialog_->choice_branch, all_branches.c_str());
-       
+
        bcview().setOK(dialog_->button_ok);
        bcview().setApply(dialog_->button_apply);
        bcview().setCancel(dialog_->button_cancel);
@@ -60,4 +65,3 @@ void FormBranch::apply()
 
        controller().params().branch = type;
 }
-