]> git.lyx.org Git - lyx.git/blobdiff - src/support/pch.h
* lyxfunctional.h: delete compare_memfun and helper classes
[lyx.git] / src / support / pch.h
index e281bada26221167fb2c73a005c7fa7bf9a9f71f..731f43c87c7be2ba5d4511031163be070a84b919 100644 (file)
@@ -1,16 +1,14 @@
+// -*- C++ -*-
 #include <config.h>
 
 #include <boost/assert.hpp>
 #include <boost/crc.hpp>
-#include <boost/format.hpp>
-#include <boost/function/function0.hpp>
-#include <boost/iterator/indirect_iterator.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/signals/signal0.hpp>
-#include <boost/signals/signal2.hpp>
+#include <boost/signal.hpp>
 #include <boost/signals/trackable.hpp>
 #include <boost/test/detail/nullstream.hpp>
 #include <boost/tokenizer.hpp>