diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2020-05-18 18:03:55 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-05-18 20:59:35 +0200 |
commit | 01bdd3a8d17b53c4b953b074dbcd262a125527d8 (patch) | |
tree | 39d5a497911b44b17525e190d4a33680d67f76c6 /fpicker | |
parent | 77445e201c45e5593761e8399c32f80eea2178a4 (diff) |
Unused #include "comptr.hxx"
Change-Id: I42ae8fd069a328df2b98e62ce3980dba8fb221b7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94437
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/IVistaFilePickerInternalNotify.hxx | 1 | ||||
-rw-r--r-- | fpicker/source/win32/VistaFilePickerEventHandler.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/fpicker/source/win32/IVistaFilePickerInternalNotify.hxx b/fpicker/source/win32/IVistaFilePickerInternalNotify.hxx index 57f995715719..f39d5aff4560 100644 --- a/fpicker/source/win32/IVistaFilePickerInternalNotify.hxx +++ b/fpicker/source/win32/IVistaFilePickerInternalNotify.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_FPICKER_SOURCE_WIN32_FILEPICKER_IVISTAFILEPICKERINTERNALNOTIFY_HXX #define INCLUDED_FPICKER_SOURCE_WIN32_FILEPICKER_IVISTAFILEPICKERINTERNALNOTIFY_HXX -#include "comptr.hxx" #include "vistatypes.h" #include <cppuhelper/basemutex.hxx> diff --git a/fpicker/source/win32/VistaFilePickerEventHandler.hxx b/fpicker/source/win32/VistaFilePickerEventHandler.hxx index 5cdb1bcc85b9..3ea47dbd8640 100644 --- a/fpicker/source/win32/VistaFilePickerEventHandler.hxx +++ b/fpicker/source/win32/VistaFilePickerEventHandler.hxx @@ -22,7 +22,6 @@ #include <shobjidl.h> -#include "comptr.hxx" #include "vistatypes.h" #include "IVistaFilePickerInternalNotify.hxx" |