diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-02-19 08:29:03 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-02-19 08:29:03 -0800 |
commit | aefcf32dc048b0de2129c8ad1af0dfea50c4c9bb (patch) | |
tree | cba1a8bd7ef080b606439a1e3272e014c672aac1 /padmin | |
parent | 92afab4044d82feceb4de506ee83d23489ff2df9 (diff) |
Some more #include <tools/list.hxx> cleanup
I basically removed them for everywhere and then added back in only the
ones required to get it to build.
I did a "make distclean" on Mac and it worked.
Diffstat (limited to 'padmin')
-rw-r--r-- | padmin/source/progress.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/padmin/source/progress.cxx b/padmin/source/progress.cxx index 467541fbb53c..8d191d816eaf 100644 --- a/padmin/source/progress.cxx +++ b/padmin/source/progress.cxx @@ -30,7 +30,6 @@ #include <stdio.h> #include <tools/string.hxx> #include <tools/stream.hxx> -#include <tools/list.hxx> #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> #include <progress.hxx> |