Sidebar - switch fwd. declarations for includes for Windows.
Change-Id: I4eb5ee01549035f998aa7141e78f4e2f1fa5cfcf
diff --git a/include/svx/sidebar/Popup.hxx b/include/svx/sidebar/Popup.hxx
index 67d4c1c..acf4c43 100644
--- a/include/svx/sidebar/Popup.hxx
+++ b/include/svx/sidebar/Popup.hxx
@@ -23,6 +23,8 @@
#include <rtl/ustring.hxx>
#include <tools/link.hxx>
#include <vcl/vclptr.hxx>
#include <svx/sidebar/PopupContainer.hxx>
#include <svx/sidebar/PopupControl.hxx>
#include <boost/function.hpp>
@@ -31,9 +33,6 @@ class ToolBox;
namespace svx { namespace sidebar {
class PopupContainer;
class PopupControl;
/** A wrapper around a PopupContainer and a PopupControl object.
Usually used as drop down for a toolbox. Use Show() to start
drop down mode and Hide() to end it.