]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/Alert_pimpl.C
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / Alert_pimpl.C
index befcd9b99d593c52bb3a1d97add9454d99f0a03d..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 "lyx_forms.h"
 
-using std::pair;
+
 using std::make_pair;
-using std::endl;
+using std::pair;
+using std::string;
+
 
 void warning_pimpl(string const &, string const & message)
 {