diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-01-24 21:11:49 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-01-25 15:37:18 +0000 |
commit | 1d4e0d9ec5b3781f8ab778e3e1630db3c2c39c4b (patch) | |
tree | cfcfc2417a6c860ddfe90cab5c75ac682ef50b71 /vcl | |
parent | bb147bbb801b53dba8928340df7e2aa2d4545349 (diff) |
reduce unnecessary includes
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx b/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx index 9483bd353067..27a8dc157580 100644 --- a/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx +++ b/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx @@ -49,7 +49,6 @@ #include <vcl/svapp.hxx> -#include <tools/string.hxx> #include <tools/urlobj.hxx> #include <algorithm> |