]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
more guii moving around.
[lyx.git] / src / BufferView_pimpl.h
index 5ced20cb094a9fd8e00d97e8a1b95bb66f74e6a1..37024053850d8ef7ccb469675c23c012f934317d 100644 (file)
@@ -3,16 +3,17 @@
 #ifndef BUFFERVIEW_PIMPL_H
 #define BUFFERVIEW_PIMPL_H
 
-#include <boost/smart_ptr.hpp>
-
 #include "BufferView.h"
 #include "commandtags.h"
 #include "frontends/Timeout.h"
-#include "WorkArea.h"
+// FIXME remove me 
+#include "frontends/WorkArea.h"
 #include "box.h"
 #include "insets/insetspecialchar.h"
 #include "support/types.h"
 
+#include <boost/scoped_ptr.hpp>
+
 #ifdef __GNUG__
 #pragma interface
 #endif