]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/Alert_pimpl.C
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / Alert_pimpl.C
index 79d5b28a15b2064d166cab003dc80f4fe05b5ba8..02c62f84ecc43dd00d6343a20a3cacc9d681d6c8 100644 (file)
@@ -5,25 +5,28 @@
  *
  * \author John Levon
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
-
-#include "Alert.h"
 #include "Alert_pimpl.h"
+
 #include "forms_gettext.h"
-#include "gettext.h"
 #include "xforms_helpers.h"
 
-#include <algorithm>
+#include "debug.h"
+#include "gettext.h"
+
 #include <boost/tuple/tuple.hpp>
-#include FORMS_H_LOCATION
 
-using std::pair;
+#include "lyx_forms.h"
+
+
 using std::make_pair;
-using std::endl;
+using std::pair;
+using std::string;
+
 
 void warning_pimpl(string const &, string const & message)
 {
@@ -44,7 +47,7 @@ void information_pimpl(string const &, string const & message)
 
 
 int prompt_pimpl(string const &, string const & question,
-           int default_button,
+           int default_button, int /*escape_button*/,
           string const & b1, string const & b2, string const & b3)
 {
        string b1label, b1sc;