diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-02-04 20:46:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-05 07:11:33 +0100 |
commit | fcf39ae78e02db89dc5969b93a91c992c9924b57 (patch) | |
tree | bacb089d3cf2039f9c07080bb66066491d1a5e89 /toolkit/source/helper/servicenames.cxx | |
parent | 7d886eec953efa593708db9560d0e69ac12c99cf (diff) |
move some toolkit/ headers inside the module
Change-Id: I88badb1eb586db00a350afbcd6f4903a5623c724
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87988
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'toolkit/source/helper/servicenames.cxx')
-rw-r--r-- | toolkit/source/helper/servicenames.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/helper/servicenames.cxx b/toolkit/source/helper/servicenames.cxx index c34f464c52da..49c5c4d69838 100644 --- a/toolkit/source/helper/servicenames.cxx +++ b/toolkit/source/helper/servicenames.cxx @@ -18,7 +18,7 @@ */ #include <sal/types.h> -#include <toolkit/helper/servicenames.hxx> +#include <helper/servicenames.hxx> const char szServiceName_Toolkit[] = "stardiv.vcl.VclToolkit"; const char szServiceName2_Toolkit[] = "com.sun.star.awt.Toolkit"; |