diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2009-11-30 15:37:50 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2009-11-30 15:37:50 +0000 |
commit | 7168fa353e1e7aab66e5f232a1f7015e725a263c (patch) | |
tree | 31e5a5f87b541328c9ff9c8178882937e3bace72 /slideshow/source/inc | |
parent | 5caa4326854d346e40b9d052255effa446e54513 (diff) | |
parent | cdc081ea0e30b4ffc1ad7cb8453c259fdf628eb0 (diff) |
slideshow1: merge with DEV300 m61
Diffstat (limited to 'slideshow/source/inc')
-rw-r--r-- | slideshow/source/inc/delayevent.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/slideshow/source/inc/delayevent.hxx b/slideshow/source/inc/delayevent.hxx index ba06bffa95ec..1c4e09faa7da 100644 --- a/slideshow/source/inc/delayevent.hxx +++ b/slideshow/source/inc/delayevent.hxx @@ -30,13 +30,11 @@ #ifndef INCLUDED_SLIDESHOW_DELAYEVENT_HXX #define INCLUDED_SLIDESHOW_DELAYEVENT_HXX +#include <boost/function.hpp> + #include "event.hxx" #include "debug.hxx" #include <boost/noncopyable.hpp> -#include <boost/function.hpp> -#if defined(VERBOSE) && defined(DBG_UTIL) -#include "boost/current_function.hpp" -#endif namespace slideshow { namespace internal { |