summaryrefslogtreecommitdiff
path: root/sal/inc/pch
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-04-07 12:37:56 +0300
committerTor Lillqvist <tml@collabora.com>2016-04-07 12:41:11 +0300
commitc5e119f51bd07fb11ac04a58dacf3f79695d02a9 (patch)
treec297bc8e4f04e1a8b1c45162192bf5ef9b204f2d /sal/inc/pch
parent43a31e3a727760cf4cf82cdc19ca4c8dcc8a057d (diff)
Drop pointless "internal" directory level for already internal include files
Change-Id: I496fdbab3e17c806c2d16513412c4c1b9120bc3c
Diffstat (limited to 'sal/inc/pch')
-rw-r--r--sal/inc/pch/precompiled_sal.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/inc/pch/precompiled_sal.hxx b/sal/inc/pch/precompiled_sal.hxx
index 13cf7bbb3333..0db83782b9aa 100644
--- a/sal/inc/pch/precompiled_sal.hxx
+++ b/sal/inc/pch/precompiled_sal.hxx
@@ -91,6 +91,6 @@
#include <sal/mathconf.h>
#include <sal/saldllapi.h>
#include <sal/types.h>
-#include <internal/rtllifecycle.h>
+#include <rtllifecycle.h>
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */