Kaydet (Commit) c5e119f5 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Drop pointless "internal" directory level for already internal include files

Change-Id: I496fdbab3e17c806c2d16513412c4c1b9120bc3c
üst 43a31e3a
......@@ -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: */
......@@ -25,7 +25,7 @@
#include "sal/detail/log.h"
#include "sal/log.hxx"
#include "sal/types.h"
#include "internal/misc.hxx"
#include "misc.hxx"
#include "logformat.hxx"
......
......@@ -19,7 +19,7 @@
#include <sal/config.h>
#include <internal/signalshared.hxx>
#include <signalshared.hxx>
#include <osl/diagnose.h>
......
......@@ -10,7 +10,7 @@
#include <sal/config.h>
#include <rtl/ustrbuf.hxx>
#include "internal/misc.hxx"
#include "misc.hxx"
// FIXME: no-op for now; it needs implementing, cf. above.
rtl_uString *osl_backtraceAsString()
......
......@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include <internal/oslmemory.h>
#include <oslmemory.h>
#include <stdlib.h>
#ifdef __ANDROID__
......
......@@ -8,7 +8,7 @@
*/
#include "system.hxx"
#include "internal/oslrandom.h"
#include "oslrandom.h"
#include <assert.h>
......
......@@ -19,7 +19,7 @@
#include <sal/config.h>
#include <internal/signalshared.hxx>
#include <signalshared.hxx>
#include <config_features.h>
......
......@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include "internal/misc.hxx"
#include "misc.hxx"
#include <windows.h>
#include <process.h>
......
......@@ -34,7 +34,7 @@
#include <osl/mutex.h>
#include <osl/thread.h>
#include "internal/rtllifecycle.h"
#include "rtllifecycle.h"
// externals
......
......@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include <internal/oslmemory.h>
#include <oslmemory.h>
#include <malloc.h>
......
......@@ -19,7 +19,7 @@
#include <sal/config.h>
#include <internal/signalshared.hxx>
#include <signalshared.hxx>
/* system headers */
#include "system.h"
......
......@@ -20,7 +20,7 @@
#include "alloc_arena.hxx"
#include "alloc_impl.hxx"
#include "internal/rtllifecycle.h"
#include "rtllifecycle.h"
#include "sal/macros.h"
#include "osl/diagnose.h"
......
......@@ -20,7 +20,7 @@
#include "alloc_cache.hxx"
#include "alloc_impl.hxx"
#include "alloc_arena.hxx"
#include "internal/rtllifecycle.h"
#include "rtllifecycle.h"
#include "sal/macros.h"
#include "osl/diagnose.h"
#include <osl/thread.hxx>
......
......@@ -19,7 +19,7 @@
#include <rtl/instance.hxx>
#include "internal/rtllifecycle.h"
#include "rtllifecycle.h"
namespace
{
......
......@@ -26,8 +26,8 @@
#include <string.h>
#include <stdio.h>
#include "internal/rtllifecycle.h"
#include <internal/oslmemory.h>
#include "rtllifecycle.h"
#include <oslmemory.h>
AllocMode alloc_mode = AMode_UNSET;
......
......@@ -22,7 +22,7 @@
#include "osl/diagnose.h"
#include "rtl/alloc.h"
#include "internal/rtllifecycle.h"
#include "rtllifecycle.h"
static const sal_Int32 RTL_HASHTABLE_SIZE[] =
{
......
......@@ -24,7 +24,7 @@
#include <rtl/alloc.h>
#include <rtl/digest.h>
#include <rtl/random.h>
#include "internal/oslrandom.h"
#include "oslrandom.h"
/*========================================================================
*
* rtlRandom internals.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment