summaryrefslogtreecommitdiff
path: root/svtools/source/inc/iconviewimpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/inc/iconviewimpl.hxx')
-rw-r--r--svtools/source/inc/iconviewimpl.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/inc/iconviewimpl.hxx b/svtools/source/inc/iconviewimpl.hxx
index 516923f3f40c..df11f5952426 100644
--- a/svtools/source/inc/iconviewimpl.hxx
+++ b/svtools/source/inc/iconviewimpl.hxx
@@ -17,10 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SVTOOLS_SOURCE_INC_ICONVIEWIMPL_HXX
-#define INCLUDED_SVTOOLS_SOURCE_INC_ICONVIEWIMPL_HXX
+#ifndef INCLUDED_VCL_SOURCE_INC_ICONVIEWIMPL_HXX
+#define INCLUDED_VCL_SOURCE_INC_ICONVIEWIMPL_HXX
-#include "svimpbox.hxx"
+#include <vcl/svimpbox.hxx>
class SvTreeListBox;
class Point;
@@ -63,6 +63,6 @@ protected:
void AdjustScrollBars( Size& rSize ) override;
};
-#endif // INCLUDED_SVTOOLS_SOURCE_INC_ICONVIEWIMPL_HXX
+#endif // INCLUDED_VCL_SOURCE_INC_ICONVIEWIMPL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */