diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-09-18 07:51:35 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-09-18 07:51:35 +0200 |
commit | a12c083cad1c9f7443a19176660896efbde910be (patch) | |
tree | 2d19db20cc3471ec701225db26c594e14d3a5264 /dbaccess | |
parent | 9ce08dcc2e32c5554ddf71b79173f8854e0568ad (diff) |
Some follow-up #include clean-up
Change-Id: I4e91748701becfc92a379a490c08e9c7950007e3
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/inc/pch/precompiled_dbu.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/misc/HtmlReader.cxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/dbaccess/inc/pch/precompiled_dbu.hxx b/dbaccess/inc/pch/precompiled_dbu.hxx index 4f57dfabb79f..8565910f91ae 100644 --- a/dbaccess/inc/pch/precompiled_dbu.hxx +++ b/dbaccess/inc/pch/precompiled_dbu.hxx @@ -437,7 +437,6 @@ #include <tools/contnr.hxx> #include <tools/debug.hxx> #include <tools/diagnose_ex.h> -#include <tools/inetmime.hxx> #include <tools/multisel.hxx> #include <tools/rcid.h> #include <tools/resmgr.hxx> diff --git a/dbaccess/source/ui/misc/HtmlReader.cxx b/dbaccess/source/ui/misc/HtmlReader.cxx index 121b88ad2362..4cc93a23c445 100644 --- a/dbaccess/source/ui/misc/HtmlReader.cxx +++ b/dbaccess/source/ui/misc/HtmlReader.cxx @@ -50,8 +50,6 @@ #include "WColumnSelect.hxx" #include "QEnumTypes.hxx" #include "WCPage.hxx" -#include <tools/inetmime.hxx> -#include <svl/inettype.hxx> #include <rtl/tencinfo.h> #include "UITools.hxx" #include <vcl/svapp.hxx> |