diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-08 15:22:02 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-08 15:22:14 +0200 |
commit | bb05ff5599667fefa86741779dfecb405929975f (patch) | |
tree | 37e0473dd53425a8bed52344334312cc27d11a90 | |
parent | 9914e44400524a2ffafd1efbd7f717281af27a74 (diff) |
No longer used header include
Change-Id: I74034503b4d2d1eb438b4213bf135d831a08e9fc
-rw-r--r-- | unotools/source/misc/datetime.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unotools/source/misc/datetime.cxx b/unotools/source/misc/datetime.cxx index ac42bfe92fd7..cb6b6e1ac486 100644 --- a/unotools/source/misc/datetime.cxx +++ b/unotools/source/misc/datetime.cxx @@ -21,7 +21,6 @@ #include <tools/date.hxx> #include <tools/time.hxx> #include <tools/datetime.hxx> -#include <stdexcept> #include <rtl/ustrbuf.hxx> #include <rtl/math.hxx> |