diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-05-27 10:56:17 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-05-27 17:10:45 +0000 |
commit | e0849330bc4875384704fe031d563f8971ca4d96 (patch) | |
tree | 5d330960717aed2eb825360c16e8df976fa4b607 /idlc/source/astdump.cxx | |
parent | a88ee01b8683ded7d9da6dbcbf4d3e0c2ed4cadc (diff) |
Get rid of unnecessary directory levels $D/inc/$D
Change-Id: Ibf313b8948a493043006ebf3a8281487c1f67b48
Reviewed-on: https://gerrit.libreoffice.org/25532
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'idlc/source/astdump.cxx')
-rw-r--r-- | idlc/source/astdump.cxx | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/idlc/source/astdump.cxx b/idlc/source/astdump.cxx index c8a87ec77bbc..9c84e54218ea 100644 --- a/idlc/source/astdump.cxx +++ b/idlc/source/astdump.cxx @@ -17,17 +17,17 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <idlc/astmodule.hxx> -#include <idlc/asttypedef.hxx> -#include <idlc/astservice.hxx> -#include <idlc/astconstant.hxx> -#include <idlc/astattribute.hxx> -#include <idlc/astinterfacemember.hxx> -#include <idlc/astservicemember.hxx> -#include <idlc/astobserves.hxx> -#include <idlc/astneeds.hxx> -#include <idlc/astsequence.hxx> -#include "idlc/astoperation.hxx" +#include <astmodule.hxx> +#include <asttypedef.hxx> +#include <astservice.hxx> +#include <astconstant.hxx> +#include <astattribute.hxx> +#include <astinterfacemember.hxx> +#include <astservicemember.hxx> +#include <astobserves.hxx> +#include <astneeds.hxx> +#include <astsequence.hxx> +#include "astoperation.hxx" #include <osl/diagnose.h> |