summaryrefslogtreecommitdiffstats
path: root/idlc/source/fehelper.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-05-27 10:56:17 +0300
committerTor Lillqvist <tml@collabora.com>2016-05-27 17:10:45 +0000
commite0849330bc4875384704fe031d563f8971ca4d96 (patch)
tree5d330960717aed2eb825360c16e8df976fa4b607 /idlc/source/fehelper.cxx
parentomit DCOUNT or DCOUNTA 2nd argument if 0 when writing ODFF or OOXML, tdf#70806 (diff)
downloadcore-e0849330bc4875384704fe031d563f8971ca4d96.tar.gz
core-e0849330bc4875384704fe031d563f8971ca4d96.zip
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/fehelper.cxx')
-rw-r--r--idlc/source/fehelper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/source/fehelper.cxx b/idlc/source/fehelper.cxx
index 704c9539c2a1..47cb63af32bd 100644
--- a/idlc/source/fehelper.cxx
+++ b/idlc/source/fehelper.cxx
@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <idlc/fehelper.hxx>
-#include <idlc/errorhandler.hxx>
-#include "idlc/idlc.hxx"
+#include <fehelper.hxx>
+#include <errorhandler.hxx>
+#include "idlc.hxx"
FeDeclarator::FeDeclarator(const OString& name)
: m_name(name)