diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-11-19 20:10:19 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-11-19 20:10:58 +0200 |
commit | 01e9e5672fe808a7e8a8a772e0660bd40f915645 (patch) | |
tree | b0de477a2e01c6e35f893bf042c229a6428c8e63 | |
parent | daeed90f4586eb9533041fb89bee163a5193596c (diff) |
Xcode says "'hash_set' file not found", and it seems unnecessary?
Change-Id: I95ee1f5c04571c692e8e7ef7faa75fcae76eef93
-rw-r--r-- | desktop/source/app/app.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 35ff47a1ed5c..bc6667b47cdf 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -99,7 +99,6 @@ #include "com/sun/star/deployment/XExtensionManager.hpp" #include "com/sun/star/task/XInteractionApprove.hpp" #include "cppuhelper/compbase3.hxx" -#include <hash_set> #ifdef ENABLE_TELEPATHY #include <tubes/manager.hxx> |