]> git.lyx.org Git - features.git/blobdiff - src/client/boost.cpp
Let lyxclient read the whole line of input.
[features.git] / src / client / boost.cpp
index c3183ea51eeaa07408e8055a5f93cba9f75a0214..21cbb240e03433d5a4b282616b65e2080a533200 100644 (file)
 
 #include "LyX.h"
 #include "support/debug.h"
-#include "support/lyxlib.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);