diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-17 14:21:59 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-17 16:52:32 +0100 |
commit | 88c4f15debc947d1a9e2aa1964078288228f983d (patch) | |
tree | 6174c449e24217b845ac0e1e24fb9ebd73273d91 /framework/source | |
parent | 4c1cdd43de6e45726054fffb4b8c80ef9269f24a (diff) |
Remove unused framework::FairRWLock
Change-Id: I91adf908aaa399186ff69d3a07eb945aed0c90f5
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/helper/wakeupthread.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/source/helper/wakeupthread.cxx b/framework/source/helper/wakeupthread.cxx index 08fdc66fcf2d..b89478260fdf 100644 --- a/framework/source/helper/wakeupthread.cxx +++ b/framework/source/helper/wakeupthread.cxx @@ -17,7 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <sal/config.h> +#include <osl/conditn.hxx> // include files of own module #include <helper/wakeupthread.hxx> |