]> git.lyx.org Git - lyx.git/blobdiff - src/support/Messages.cpp
Maintain plain layout for separating paragraphs when switching layouts (#11936)
[lyx.git] / src / support / Messages.cpp
index 57c18d522e2afadf45539aa1fdb53df43409857a..842697ed538ed4328a60340031b2fcc381dc1d26 100644 (file)
@@ -83,9 +83,8 @@
 
 #include "support/lassert.h"
 
-#include <boost/cstdint.hpp>
-
 #include <cerrno>
+#include <cstdint>
 #include <fstream>
 #include <utility>
 
@@ -94,7 +93,6 @@
 #endif
 
 using namespace std;
-using boost::uint32_t;
 
 namespace lyx {
 
@@ -388,7 +386,7 @@ bool Messages::available(string const & /* c */)
        return false;
 }
 
-docstring const Messages::getIfFound(string const & m) const
+docstring const Messages::getIfFound(string const & /* m */) const
 {
        return docstring();
 }