]> git.lyx.org Git - lyx.git/commitdiff
ugly and not strictly needed
authorAndré Pönitz <poenitz@gmx.net>
Sat, 3 Nov 2007 20:45:14 +0000 (20:45 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Sat, 3 Nov 2007 20:45:14 +0000 (20:45 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21410 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/pch.h

index 497eef13aeb8126e220febe130485f03970e7d30..2d9550fe352794247d1e2c91db16a2d3c8bc840d 100644 (file)
@@ -1,26 +1,6 @@
 // -*- C++ -*-
 #include <config.h>
 
-#include <boost/assert.hpp>
-#include <boost/crc.hpp>
-// #include <boost/format.hpp> // mult def symbols problem (_1,_2 etc)
-#include <boost/regex.hpp>
-#include <boost/scoped_array.hpp>
-#include <boost/scoped_ptr.hpp>
-#include <boost/shared_ptr.hpp>
-#include <boost/signal.hpp>
-#include <boost/signals/trackable.hpp>
-#include <boost/version.hpp>
-
-#if BOOST_VERSION < 103300
-# include <boost/test/detail/nullstream.hpp>
-#else
-# include <boost/test/utils/nullstream.hpp>
-#endif
-
-#include <boost/tokenizer.hpp>
-#include <boost/noncopyable.hpp>
-
 #include <fcntl.h>
 #ifdef HAVE_SYS_STAT_H
 # include <sys/stat.h>