]> git.lyx.org Git - lyx.git/blobdiff - src/client/pch.h
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / client / pch.h
index 4148c061dfa2641ff6fbf98bb860f79550d8046f..43926f7a14000fe6b4d1e1128b3b0f582c090ad3 100644 (file)
@@ -1,22 +1,5 @@
 #include <config.h>
 
-#include "debug.h"
-
-#include <boost/assert.hpp>
-#include <boost/filesystem/operations.hpp>
-#include <boost/lexical_cast.hpp>
-#include <boost/scoped_ptr.hpp>
-
-#include <fcntl.h>
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif
-
-#include <sys/select.h>
-#include <sys/socket.h>
-#include <sys/types.h>
-#include <sys/un.h>
-
 #include <cerrno>
 #include <cstdlib>
 #include <exception>