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

Missing includes (for NULL)

Change-Id: Id2359f6ff4bddb2afbc0b346e17cd858f00179e3
üst e2ff5810
......@@ -22,6 +22,7 @@
#include <sal/config.h>
#include <cassert>
#include <cstddef>
#include <iomanip>
#include <ostream>
......
......@@ -22,6 +22,7 @@
#include <sal/config.h>
#include <cassert>
#include <cstddef>
#include <rtl/alloc.h>
......
......@@ -19,6 +19,10 @@
#ifndef INCLUDED_COM_SUN_STAR_UNO_REFERENCE_HXX
#define INCLUDED_COM_SUN_STAR_UNO_REFERENCE_HXX
#include <sal/config.h>
#include <cstddef>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/uno/XInterface.hpp>
......
......@@ -22,6 +22,7 @@
#include <sal/config.h>
#include <cassert>
#include <cstddef>
#include <osl/interlck.h>
#include <com/sun/star/uno/Sequence.h>
......
......@@ -19,6 +19,10 @@
#ifndef INCLUDED_COM_SUN_STAR_UNO_TYPE_HXX
#define INCLUDED_COM_SUN_STAR_UNO_TYPE_HXX
#include <sal/config.h>
#include <cstddef>
#include <com/sun/star/uno/Type.h>
#include <cppu/unotype.hxx>
......
......@@ -19,6 +19,10 @@
#ifndef INCLUDED_COM_SUN_STAR_UNO_GENFUNC_HXX
#define INCLUDED_COM_SUN_STAR_UNO_GENFUNC_HXX
#include <sal/config.h>
#include <cstddef>
#include <com/sun/star/uno/genfunc.h>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/XInterface.hpp>
......
......@@ -22,6 +22,8 @@
#include <sal/config.h>
#include <cstddef>
#if defined LIBO_INTERNAL_ONLY
#include <type_traits>
#endif
......
......@@ -19,6 +19,10 @@
#ifndef INCLUDED_CPPUHELPER_FACTORY_HXX
#define INCLUDED_CPPUHELPER_FACTORY_HXX
#include <sal/config.h>
#include <cstddef>
#include <rtl/ustring.hxx>
#include <rtl/unload.h>
......
......@@ -21,6 +21,7 @@
#include <sal/config.h>
#include <cstddef>
#include <functional>
#include <vector>
#include <utility>
......
......@@ -19,6 +19,10 @@
#ifndef INCLUDED_CPPUHELPER_INTERFACECONTAINER_HXX
#define INCLUDED_CPPUHELPER_INTERFACECONTAINER_HXX
#include <sal/config.h>
#include <cstddef>
#include <cppuhelper/interfacecontainer.h>
......
......@@ -19,6 +19,10 @@
#ifndef INCLUDED_CPPUHELPER_TYPEPROVIDER_HXX
#define INCLUDED_CPPUHELPER_TYPEPROVIDER_HXX
#include <sal/config.h>
#include <cstddef>
#include <rtl/alloc.h>
#include <com/sun/star/uno/Sequence.hxx>
#include <cppuhelper/cppuhelperdllapi.h>
......
......@@ -20,6 +20,7 @@
#define INCLUDED_CPPUHELPER_WEAK_HXX
#include <cassert>
#include <cstddef>
#include <osl/interlck.h>
#include <rtl/alloc.h>
#include <com/sun/star/uno/XWeak.hpp>
......
......@@ -19,6 +19,10 @@
#ifndef INCLUDED_CPPUHELPER_WEAKREF_HXX
#define INCLUDED_CPPUHELPER_WEAKREF_HXX
#include <sal/config.h>
#include <cstddef>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/XInterface.hpp>
#include <cppuhelper/cppuhelperdllapi.h>
......
......@@ -20,6 +20,10 @@
#ifndef INCLUDED_OSL_CONDITN_HXX
#define INCLUDED_OSL_CONDITN_HXX
#include <sal/config.h>
#include <cstddef>
#include <osl/time.h>
#include <osl/conditn.h>
......
......@@ -23,6 +23,7 @@
#include <sal/config.h>
#include <cstddef>
#include <functional>
#include <typeinfo>
......
......@@ -25,6 +25,7 @@
#include <string.h>
#include <cassert>
#include <cstddef>
#include <sal/log.hxx>
#include <osl/time.h>
......
......@@ -20,6 +20,10 @@
#ifndef INCLUDED_OSL_MODULE_HXX
#define INCLUDED_OSL_MODULE_HXX
#include <sal/config.h>
#include <cstddef>
#include <rtl/ustring.hxx>
#include <osl/module.h>
......
......@@ -19,6 +19,10 @@
#ifndef INCLUDED_OSL_PIPE_HXX
#define INCLUDED_OSL_PIPE_HXX
#include <sal/config.h>
#include <cstddef>
#include <osl/pipe_decl.hxx>
namespace osl
......
......@@ -20,6 +20,10 @@
#ifndef INCLUDED_OSL_SECURITY_HXX
#define INCLUDED_OSL_SECURITY_HXX
#include <sal/config.h>
#include <cstddef>
#include <rtl/ustring.hxx>
#include <osl/security_decl.hxx>
......
......@@ -20,6 +20,10 @@
#ifndef INCLUDED_OSL_SOCKET_DECL_HXX
#define INCLUDED_OSL_SOCKET_DECL_HXX
#include <sal/config.h>
#include <cstddef>
#include <osl/socket.h>
#include <rtl/ustring.hxx>
#include <rtl/byteseq.hxx>
......
......@@ -23,6 +23,7 @@
#include <sal/config.h>
#include <cassert>
#include <cstddef>
#include <osl/time.h>
#include <osl/thread.h>
......
......@@ -18,6 +18,11 @@
*/
#ifndef INCLUDED_RTL_BOOTSTRAP_HXX
#define INCLUDED_RTL_BOOTSTRAP_HXX
#include <sal/config.h>
#include <cstddef>
#include <rtl/ustring.hxx>
#include <rtl/bootstrap.h>
......
......@@ -21,6 +21,7 @@
#include <rtl/byteseq.h>
#include <cstddef>
#include <new>
namespace rtl
......
......@@ -22,6 +22,8 @@
#include <sal/config.h>
#include <cstddef>
#include <osl/doublecheckedlocking.h>
#if ! HAVE_THREADSAFE_STATICS
#include <osl/getglobalmutex.hxx>
......
......@@ -27,6 +27,7 @@
#include <sal/mathconf.h>
#include <sal/types.h>
#include <cstddef>
#include <math.h>
namespace rtl {
......
......@@ -23,6 +23,7 @@
#include <sal/config.h>
#include <cassert>
#include <cstddef>
#include <string.h>
#include <rtl/strbuf.h>
......
......@@ -23,6 +23,7 @@
#include <sal/config.h>
#include <cassert>
#include <cstddef>
#include <string.h>
#include <rtl/ustrbuf.h>
......
......@@ -23,6 +23,7 @@
#include <sal/config.h>
#include <cassert>
#include <cstddef>
#include <new>
#include <ostream>
#include <string.h>
......
......@@ -20,6 +20,10 @@
#ifndef INCLUDED_SALHELPER_SINGLETONREF_HXX
#define INCLUDED_SALHELPER_SINGLETONREF_HXX
#include <sal/config.h>
#include <cstddef>
#include <osl/mutex.hxx>
#include <rtl/instance.hxx>
#include <osl/diagnose.h>
......
......@@ -19,6 +19,10 @@
#ifndef INCLUDED_TYPELIB_TYPEDESCRIPTION_HXX
#define INCLUDED_TYPELIB_TYPEDESCRIPTION_HXX
#include <sal/config.h>
#include <cstddef>
#include <rtl/alloc.h>
#include <rtl/ustring.hxx>
#include <com/sun/star/uno/Type.h>
......
......@@ -19,6 +19,10 @@
#ifndef INCLUDED_UNO_CURRENT_CONTEXT_HXX
#define INCLUDED_UNO_CURRENT_CONTEXT_HXX
#include <sal/config.h>
#include <cstddef>
#include <uno/current_context.h>
#include <uno/lbnames.h>
......
......@@ -20,6 +20,10 @@
#ifndef INCLUDED_UNO_DISPATCHER_HXX
#define INCLUDED_UNO_DISPATCHER_HXX
#include <sal/config.h>
#include <cstddef>
#include <uno/dispatcher.h>
/// @cond INTERNAL
......
......@@ -19,6 +19,10 @@
#ifndef INCLUDED_UNO_ENVIRONMENT_HXX
#define INCLUDED_UNO_ENVIRONMENT_HXX
#include <sal/config.h>
#include <cstddef>
#include <rtl/alloc.h>
#include <rtl/ustring.hxx>
#include <uno/environment.h>
......
......@@ -19,6 +19,10 @@
#ifndef INCLUDED_UNO_MAPPING_HXX
#define INCLUDED_UNO_MAPPING_HXX
#include <sal/config.h>
#include <cstddef>
#include <uno/lbnames.h>
#include <rtl/alloc.h>
#include <rtl/ustring.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