diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-08-19 12:55:59 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-08-19 19:32:18 +0200 |
commit | 58c3bbfd467b93d133e00789afcd7a00a3f53895 (patch) | |
tree | 42e81215cfec7638f36ab6d0c09a5bca126f9c7c /include | |
parent | 37039980981355fc65c5b871d07b336486baa7d6 (diff) |
comphelper: remove unnecessary include <stack>
Change-Id: I39295d69dd8a48f0f40275830cb6fda4ca0b69f3
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/stl_types.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/comphelper/stl_types.hxx b/include/comphelper/stl_types.hxx index df6922c53424..251137b92485 100644 --- a/include/comphelper/stl_types.hxx +++ b/include/comphelper/stl_types.hxx @@ -21,8 +21,6 @@ #include <sal/config.h> -#include <stack> - #include <math.h> #include <functional> |