diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-04-07 19:49:40 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-04-07 19:50:22 +0300 |
commit | 2a4753b9a36bb136945857c3b882b00ad2b4486d (patch) | |
tree | 41f205455346540b05f649b1331552a8319f3d38 /desktop | |
parent | b079d9f86acbe7a91e6129c14aa92a480866226d (diff) |
Follow-up to 372f9bce4e28ffcc89f92dc9982ab9a5c4922994, forgot to remove this
Change-Id: Ic3f004fbe83dc3df49147fadad8177ee64db0175
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/dp_persmap.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/source/deployment/dp_persmap.cxx b/desktop/source/deployment/dp_persmap.cxx index 7606da6d6952..3771b6d89601 100644 --- a/desktop/source/deployment/dp_persmap.cxx +++ b/desktop/source/deployment/dp_persmap.cxx @@ -21,10 +21,6 @@ #include "dp_persmap.h" #include <rtl/strbuf.hxx> -#ifndef DISABLE_BDB2PMAP -# include <vector> -#endif - using namespace ::rtl; // the persistent map is used to manage a handful of key-value string pairs |