diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-05-23 21:15:18 -0700 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-05-23 21:15:18 -0700 |
commit | 204e0fec77ee852d3b604de91b636c2c7f18341a (patch) | |
tree | b0f754c788bf5fef2a5e5081c39f930e4b76213c /sot | |
parent | 55e0396f0743ba9c186115f575dd05c9de409e63 (diff) |
Remove some extra #incude <tools/pstm.hxx>
Diffstat (limited to 'sot')
-rw-r--r-- | sot/inc/sot/storinfo.hxx | 1 | ||||
-rw-r--r-- | sot/source/sdstor/stg.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sot/inc/sot/storinfo.hxx b/sot/inc/sot/storinfo.hxx index 90062330adac..53af47454ea4 100644 --- a/sot/inc/sot/storinfo.hxx +++ b/sot/inc/sot/storinfo.hxx @@ -29,7 +29,6 @@ #ifndef _SOT_STORINFO_HXX #define _SOT_STORINFO_HXX -#include <tools/pstm.hxx> #include <tools/globname.hxx> #include <vector> #include "sot/sotdllapi.h" diff --git a/sot/source/sdstor/stg.cxx b/sot/source/sdstor/stg.cxx index 04d4f3ec1d1e..940efd5a8d70 100644 --- a/sot/source/sdstor/stg.cxx +++ b/sot/source/sdstor/stg.cxx @@ -35,7 +35,6 @@ #include <tools/string.hxx> #include <tools/fsys.hxx> #include <tools/stream.hxx> -#include <tools/pstm.hxx> #include <tools/debug.hxx> #include "sot/stg.hxx" |