]> 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 52ea5444754ff2e007a2e3e2d9112d88b400bf51..02c62f84ecc43dd00d6343a20a3cacc9d681d6c8 100644 (file)
 
 #include <config.h>
 
-#include "Alert.h"
 #include "Alert_pimpl.h"
+
 #include "forms_gettext.h"
-#include "gettext.h"
 #include "xforms_helpers.h"
 
 #include "debug.h"
+#include "gettext.h"
 
-#include <algorithm>
 #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)
 {