Kaydet (Commit) e126cf6c authored tarafından Michael Stahl's avatar Michael Stahl

sc: add missing includes to prevloc.hxx

Change-Id: I7ee876d52a0a04a162ee7acd0ec03e73557abe89
üst 5abe5c14
...@@ -21,10 +21,13 @@ ...@@ -21,10 +21,13 @@
#define INCLUDED_SC_SOURCE_UI_INC_PREVLOC_HXX #define INCLUDED_SC_SOURCE_UI_INC_PREVLOC_HXX
#include <sal/types.h> #include <sal/types.h>
#include <vcl/mapmod.hxx>
#include "address.hxx" #include "address.hxx"
#include <vcl/mapmod.hxx>
#include <vcl/vclptr.hxx>
#include <tools/gen.hxx>
#include <memory> #include <memory>
#include <list> #include <list>
......
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <vcl/outdev.hxx>
#include "prevloc.hxx" #include "prevloc.hxx"
#include "document.hxx" #include "document.hxx"
#include <vcl/outdev.hxx>
#include <o3tl/make_unique.hxx> #include <o3tl/make_unique.hxx>
enum ScPreviewLocationType enum ScPreviewLocationType
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment