Kaydet (Commit) 16faecda authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: sal (Windows)

Change-Id: Id60bcfadbfdf4b37f276159b12360347bde30a2e
üst 33f67eee
......@@ -24,7 +24,7 @@
#include <rtl/ustrbuf.hxx>
#include <sal/backtrace.hxx>
#include "backtraceasstring.hxx"
#include <backtraceasstring.hxx>
namespace {
......
......@@ -33,9 +33,9 @@
#include "file_url.hxx"
#include "gmutex.hxx"
#include "rtllifecycle.h"
#include <rtllifecycle.h>
#include <thread.hxx>
#include "thread.hxx"
/*
This is needed because DllMain is called after static constructors. A DLL's
......
......@@ -18,7 +18,7 @@
*/
#include "file_error.hxx"
#include "winerror.h"
#include <winerror.h>
/* OS error to oslFileError values mapping table */
struct osl_file_error_entry
......
......@@ -20,7 +20,7 @@
#ifndef INCLUDED_SAL_OSL_W32_FILE_ERROR_HXX
#define INCLUDED_SAL_OSL_W32_FILE_ERROR_HXX
#include "osl/file.h"
#include <osl/file.h>
oslFileError oslTranslateFileError (/*DWORD*/ unsigned long dwError);
......
......@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "systools/win32/uwinapi.h"
#include <systools/win32/uwinapi.h>
#include "file_url.hxx"
#include "file_error.hxx"
......
......@@ -20,10 +20,10 @@
#ifndef INCLUDED_SAL_OSL_W32_FILE_URL_HXX
#define INCLUDED_SAL_OSL_W32_FILE_URL_HXX
#include "sal/types.h"
#include "rtl/ustring.h"
#include "osl/file.h"
#include "osl/mutex.h"
#include <sal/types.h>
#include <rtl/ustring.h>
#include <osl/file.h>
#include <osl/mutex.h>
#ifdef _MSC_VER
#pragma warning(push,1)
......
......@@ -27,7 +27,7 @@
#endif
#include <wchar.h>
#include <nlsupport.hxx>
#include "nlsupport.hxx"
#include <osl/mutex.h>
#include <osl/nlsupport.h>
......
......@@ -33,8 +33,8 @@
#include <osl/nlsupport.h>
#include <o3tl/char16_t2wchar_t.hxx>
#include <filetime.hxx>
#include <nlsupport.hxx>
#include "filetime.hxx"
#include "nlsupport.hxx"
#include "procimpl.hxx"
#include "file_url.hxx"
#include "path_helper.hxx"
......
......@@ -29,7 +29,7 @@
# undef WIN32_LEAN_AND_MEAN
#endif
#include <file-impl.hxx>
#include "file-impl.hxx"
#include "procimpl.hxx"
#include <rtl/ustring.hxx>
#include <rtl/ustrbuf.hxx>
......
......@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "sal/config.h"
#include <sal/config.h>
#include "system.h"
#include "time.hxx"
......
......@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "systools/win32/uwinapi.h"
#include <systools/win32/uwinapi.h>
#include "osl/file.h"
#include <osl/file.h>
#include <o3tl/char16_t2wchar_t.hxx>
#include <file-impl.hxx>
#include "file-impl.hxx"
#include "file_error.hxx"
#include "file_url.hxx"
#include "path_helper.hxx"
......
......@@ -18,7 +18,7 @@
*/
#include "system.h"
#include <thread.hxx>
#include "thread.hxx"
#include <osl/diagnose.h>
#include <osl/thread.h>
......
......@@ -20,8 +20,8 @@
#include <sal/config.h>
#include "system.h"
#include <filetime.hxx>
#include <time.hxx>
#include "filetime.hxx"
#include "time.hxx"
#include <osl/diagnose.h>
#include <osl/time.h>
......
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