diff options
author | Gaurav Dhingra <gauravdhingra.gxyd@gmail.com> | 2016-12-25 19:26:51 +0530 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-01-02 19:48:54 +0000 |
commit | f6ff601b820749898a045e115cc0dc460e996104 (patch) | |
tree | 7a53702d8cde50288f63cc71eacc5663d630aff7 /desktop | |
parent | a4e9943d810829734849aed0254ac7bca2c3d258 (diff) |
tdf#95416 Get rid of #include ../foo/bar.hxx style includes
Change-Id: I9b05c261faebd3e0e5d65ca524a4379c1d5918f1
Reviewed-on: https://gerrit.libreoffice.org/32419
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/inc/dp_misc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/inc/dp_misc.h b/desktop/inc/dp_misc.h index 16cd44273712..4f29cdaabc01 100644 --- a/desktop/inc/dp_misc.h +++ b/desktop/inc/dp_misc.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_MISC_H -#define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_MISC_H +#ifndef INCLUDED_DESKTOP_INC_DP_MISC_H +#define INCLUDED_DESKTOP_INC_DP_MISC_H #include <rtl/ustrbuf.hxx> #include <rtl/instance.hxx> |