diff options
author | John Wiegley <johnw@newartisans.com> | 2007-04-20 23:49:18 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:29 -0400 |
commit | c30f52090012f4632f4cfe6536abc4af7edfe363 (patch) | |
tree | 07388964ba67caba450283b28c7a9eff7e01a220 /transform.h | |
parent | b84f676946941df6f7e8476d77d1db0cbe7736c5 (diff) | |
download | fork-ledger-c30f52090012f4632f4cfe6536abc4af7edfe363.tar.gz fork-ledger-c30f52090012f4632f4cfe6536abc4af7edfe363.tar.bz2 fork-ledger-c30f52090012f4632f4cfe6536abc4af7edfe363.zip |
Decreased memory usage considerably
Diffstat (limited to 'transform.h')
-rw-r--r-- | transform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/transform.h b/transform.h index e98c53a3..f4221288 100644 --- a/transform.h +++ b/transform.h @@ -4,7 +4,7 @@ #include "xpath.h" #include <list> -#include <deque> +#include <vector> namespace ledger { |