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

loplugin:includeform: store

Change-Id: Ia9134d7f1e9c30b7faef693c3f621cec7ec5a61a
üst 426a2527
......@@ -19,13 +19,13 @@
#include "lockbyte.hxx"
#include "sal/types.h"
#include "osl/diagnose.h"
#include "osl/file.h"
#include "osl/process.h"
#include "rtl/alloc.h"
#include "rtl/ustring.hxx"
#include "sal/log.hxx"
#include <sal/types.h>
#include <osl/diagnose.h>
#include <osl/file.h>
#include <osl/process.h>
#include <rtl/alloc.h>
#include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include "object.hxx"
#include "storbase.hxx"
......
......@@ -24,13 +24,13 @@
#include <memory>
#include "sal/types.h"
#include <sal/types.h>
#include "rtl/ref.hxx"
#include "rtl/ustring.h"
#include "salhelper/simplereferenceobject.hxx"
#include <rtl/ref.hxx>
#include <rtl/ustring.h>
#include <salhelper/simplereferenceobject.hxx>
#include "store/types.h"
#include <store/types.h>
#include "storbase.hxx"
namespace store
......
......@@ -19,7 +19,7 @@
#include "object.hxx"
#include "sal/types.h"
#include <sal/types.h>
namespace store
{
......
......@@ -20,9 +20,9 @@
#ifndef INCLUDED_STORE_SOURCE_OBJECT_HXX
#define INCLUDED_STORE_SOURCE_OBJECT_HXX
#include "sal/types.h"
#include "osl/interlck.h"
#include "salhelper/simplereferenceobject.hxx"
#include <sal/types.h>
#include <osl/interlck.h>
#include <salhelper/simplereferenceobject.hxx>
namespace store
{
......
......@@ -19,12 +19,12 @@
#include "storbase.hxx"
#include "sal/types.h"
#include "rtl/alloc.h"
#include "rtl/ref.hxx"
#include "osl/diagnose.h"
#include <sal/types.h>
#include <rtl/alloc.h>
#include <rtl/ref.hxx>
#include <osl/diagnose.h>
#include "store/types.h"
#include <store/types.h>
#include "object.hxx"
#include <stdio.h>
......
......@@ -20,19 +20,19 @@
#ifndef INCLUDED_STORE_SOURCE_STORBASE_HXX
#define INCLUDED_STORE_SOURCE_STORBASE_HXX
#include "sal/config.h"
#include "salhelper/simplereferenceobject.hxx"
#include <sal/config.h>
#include <salhelper/simplereferenceobject.hxx>
#include "sal/types.h"
#include <sal/types.h>
#include "rtl/alloc.h"
#include "rtl/crc.h"
#include "rtl/ref.hxx"
#include <rtl/alloc.h>
#include <rtl/crc.h>
#include <rtl/ref.hxx>
#include "osl/diagnose.h"
#include "osl/endian.h"
#include <osl/diagnose.h>
#include <osl/endian.h>
#include "store/types.h"
#include <store/types.h>
#include <memory>
#include <stddef.h>
......
......@@ -17,21 +17,21 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "sal/config.h"
#include <sal/config.h>
#include "storbios.hxx"
#include "sal/types.h"
#include "sal/macros.h"
#include "sal/log.hxx"
#include <sal/types.h>
#include <sal/macros.h>
#include <sal/log.hxx>
#include "rtl/alloc.h"
#include "rtl/ref.hxx"
#include <rtl/alloc.h>
#include <rtl/ref.hxx>
#include "osl/diagnose.h"
#include "osl/mutex.hxx"
#include <osl/diagnose.h>
#include <osl/mutex.hxx>
#include "store/types.h"
#include <store/types.h>
#include "object.hxx"
#include "lockbyte.hxx"
#include "storcach.hxx"
......
......@@ -20,11 +20,11 @@
#ifndef INCLUDED_STORE_SOURCE_STORBIOS_HXX
#define INCLUDED_STORE_SOURCE_STORBIOS_HXX
#include "sal/types.h"
#include "rtl/ref.hxx"
#include "osl/mutex.hxx"
#include <sal/types.h>
#include <rtl/ref.hxx>
#include <osl/mutex.hxx>
#include "store/types.h"
#include <store/types.h>
#include "object.hxx"
#include "lockbyte.hxx"
#include "storbase.hxx"
......
......@@ -17,17 +17,17 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "sal/config.h"
#include <sal/config.h>
#include "storcach.hxx"
#include "sal/log.hxx"
#include "sal/types.h"
#include "sal/macros.h"
#include "rtl/alloc.h"
#include "osl/diagnose.h"
#include <sal/log.hxx>
#include <sal/types.h>
#include <sal/macros.h>
#include <rtl/alloc.h>
#include <osl/diagnose.h>
#include "store/types.h"
#include <store/types.h>
#include "object.hxx"
#include "storbase.hxx"
......
......@@ -24,10 +24,10 @@
#include <memory>
#include "sal/types.h"
#include "rtl/ref.hxx"
#include <sal/types.h>
#include <rtl/ref.hxx>
#include "store/types.h"
#include <store/types.h>
#include "storbase.hxx"
#include "object.hxx"
......
......@@ -22,7 +22,7 @@
#include <sal/types.h>
#include <sal/log.hxx>
#include "store/types.h"
#include <store/types.h>
#include "storbase.hxx"
#include "storbios.hxx"
......
......@@ -20,15 +20,15 @@
#ifndef INCLUDED_STORE_SOURCE_STORDATA_HXX
#define INCLUDED_STORE_SOURCE_STORDATA_HXX
#include "sal/config.h"
#include <sal/config.h>
#include <memory>
#include "sal/types.h"
#include "sal/macros.h"
#include "rtl/string.h"
#include <sal/types.h>
#include <sal/macros.h>
#include <rtl/string.h>
#include "store/types.h"
#include <store/types.h>
#include "storbase.hxx"
namespace store
......
......@@ -26,7 +26,7 @@
#include <osl/mutex.hxx>
#include "store/types.h"
#include <store/types.h>
#include "object.hxx"
#include "storbase.hxx"
......
......@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "store/store.h"
#include <store/store.h>
#include <sal/types.h>
#include <rtl/string.hxx>
......
......@@ -19,13 +19,13 @@
#include "storlckb.hxx"
#include "sal/types.h"
#include "sal/macros.h"
#include "rtl/string.h"
#include "rtl/ref.hxx"
#include "osl/mutex.hxx"
#include <sal/types.h>
#include <sal/macros.h>
#include <rtl/string.h>
#include <rtl/ref.hxx>
#include <osl/mutex.hxx>
#include "store/types.h"
#include <store/types.h>
#include "object.hxx"
#include "storbase.hxx"
......
......@@ -20,10 +20,10 @@
#ifndef INCLUDED_STORE_SOURCE_STORLCKB_HXX
#define INCLUDED_STORE_SOURCE_STORLCKB_HXX
#include "sal/types.h"
#include <sal/types.h>
#include "rtl/ustring.h"
#include "rtl/ref.hxx"
#include <rtl/ustring.h>
#include <rtl/ref.hxx>
#include "object.hxx"
#include "storbase.hxx"
......
......@@ -19,13 +19,13 @@
#include "storpage.hxx"
#include "sal/types.h"
#include "sal/log.hxx"
#include "rtl/string.h"
#include "rtl/ref.hxx"
#include "osl/mutex.hxx"
#include <sal/types.h>
#include <sal/log.hxx>
#include <rtl/string.h>
#include <rtl/ref.hxx>
#include <osl/mutex.hxx>
#include "store/types.h"
#include <store/types.h>
#include "object.hxx"
#include "lockbyte.hxx"
......
......@@ -20,7 +20,7 @@
#ifndef INCLUDED_STORE_SOURCE_STORPAGE_HXX
#define INCLUDED_STORE_SOURCE_STORPAGE_HXX
#include "sal/types.h"
#include <sal/types.h>
#include "object.hxx"
#include "lockbyte.hxx"
......
......@@ -23,11 +23,11 @@
#include "stortree.hxx"
#include "sal/types.h"
#include "sal/log.hxx"
#include "osl/diagnose.h"
#include <sal/types.h>
#include <sal/log.hxx>
#include <osl/diagnose.h>
#include "store/types.h"
#include <store/types.h>
#include "storbase.hxx"
#include "storbios.hxx"
......
......@@ -20,13 +20,13 @@
#ifndef INCLUDED_STORE_SOURCE_STORTREE_HXX
#define INCLUDED_STORE_SOURCE_STORTREE_HXX
#include "sal/config.h"
#include <sal/config.h>
#include <memory>
#include "sal/types.h"
#include <sal/types.h>
#include "store/types.h"
#include <store/types.h>
#include "storbase.hxx"
......
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