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/functional.hxx | |
parent | fb76228fe7a6984a240e137d4de083199f96aaf4 (diff) |
remove unneeded sal/config.h
Change-Id: I7c8f06574053706f925df773aefc32407312c4dd
Diffstat (limited to 'include/o3tl/functional.hxx')
-rw-r--r-- | include/o3tl/functional.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
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 |