]> git.lyx.org Git - lyx.git/blobdiff - src/client/pch.h
Reduce caption hardcoding
[lyx.git] / src / client / pch.h
index 2634b6610c357e49fa0330c6c788608cb8d5cacf..43926f7a14000fe6b4d1e1128b3b0f582c090ad3 100644 (file)
@@ -1,20 +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>
-#include <unistd.h>
-
-#include <sys/select.h>
-#include <sys/socket.h>
-#include <sys/types.h>
-#include <sys/un.h>
-
 #include <cerrno>
 #include <cstdlib>
 #include <exception>