]> git.lyx.org Git - lyx.git/blobdiff - src/client/boost.cpp
Set language to OS input language when moving cursor
[lyx.git] / src / client / boost.cpp
index 1072bf8c3ea06ca3c12021257b5c79985d5454a7..bf53dd164c74f1accb1b67085b126b6fdc056bd6 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS.
  */
 #include <config.h>
 
 #include "LyX.h"
-#include "debug.h"
-#include "support/lyxlib.h"
+#include "support/debug.h"
 
 #include <boost/assert.hpp>
 
 #include <exception>
 #include <ostream>
 
-
-using std::endl;
+using namespace std;
 
 namespace boost {
 
-void throw_exception(std::exception const & e)
+void throw_exception(exception const & e)
 {
        lyx::lyxerr << "Exception caught:\n" << e.what() << endl;
        BOOST_ASSERT(false);