diff options
author | David Tardon <dtardon@redhat.com> | 2016-01-29 13:24:57 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-01-29 14:11:25 +0100 |
commit | de26372420224aabfaa11ddec9f89d4da76b38d7 (patch) | |
tree | 10dcb62234d8b8091fcb08bec98cb0c4bcfc7f83 /include/o3tl | |
parent | fb76228fe7a6984a240e137d4de083199f96aaf4 (diff) |
remove unneeded sal/config.h
Change-Id: I7c8f06574053706f925df773aefc32407312c4dd
Diffstat (limited to 'include/o3tl')
-rw-r--r-- | include/o3tl/enumarray.hxx | 1 | ||||
-rw-r--r-- | include/o3tl/enumrange.hxx | 2 | ||||
-rw-r--r-- | include/o3tl/functional.hxx | 2 | ||||
-rw-r--r-- | include/o3tl/lazy_update.hxx | 2 | ||||
-rw-r--r-- | include/o3tl/vector_pool.hxx | 1 |
5 files changed, 0 insertions, 8 deletions
diff --git a/include/o3tl/enumarray.hxx b/include/o3tl/enumarray.hxx index c264c2f69615..0e88142e0857 100644 --- a/include/o3tl/enumarray.hxx +++ b/include/o3tl/enumarray.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_O3TL_ENUMARRAY_HXX #define INCLUDED_O3TL_ENUMARRAY_HXX -#include <sal/config.h> #include <iterator> #include <type_traits> diff --git a/include/o3tl/enumrange.hxx b/include/o3tl/enumrange.hxx index be0e223a1500..5d8c369d30dd 100644 --- a/include/o3tl/enumrange.hxx +++ b/include/o3tl/enumrange.hxx @@ -20,8 +20,6 @@ #ifndef INCLUDED_O3TL_ENUMRANGE_HXX #define INCLUDED_O3TL_ENUMRANGE_HXX -#include <sal/config.h> - namespace o3tl { /// diff --git a/include/o3tl/functional.hxx b/include/o3tl/functional.hxx index b1341e2112b7..439ed110bf4b 100644 --- a/include/o3tl/functional.hxx +++ b/include/o3tl/functional.hxx @@ -32,8 +32,6 @@ #ifndef INCLUDED_O3TL_COMPAT_FUNCTIONAL_HXX #define INCLUDED_O3TL_COMPAT_FUNCTIONAL_HXX -#include <sal/config.h> - namespace o3tl { /// Select first value of a pair diff --git a/include/o3tl/lazy_update.hxx b/include/o3tl/lazy_update.hxx index 40c22219b2d9..c596e1315e14 100644 --- a/include/o3tl/lazy_update.hxx +++ b/include/o3tl/lazy_update.hxx @@ -20,8 +20,6 @@ #ifndef INCLUDED_O3TL_LAZY_UPDATE_HXX #define INCLUDED_O3TL_LAZY_UPDATE_HXX -#include <sal/config.h> - #include <utility> namespace o3tl diff --git a/include/o3tl/vector_pool.hxx b/include/o3tl/vector_pool.hxx index b132289af3ab..1b94f316f248 100644 --- a/include/o3tl/vector_pool.hxx +++ b/include/o3tl/vector_pool.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_O3TL_VECTOR_POOL_HXX #define INCLUDED_O3TL_VECTOR_POOL_HXX -#include <sal/types.h> #include <vector> namespace o3tl |