Remove unused exception imports from updatefeed.cxx

This reverts commit 1e73a1bfab.

Change-Id: I5f3c62ffafd3e15b62227766e15a944c76d11978
Reviewed-on: https://gerrit.libreoffice.org/84294
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Alex Henrie
2019-12-03 22:05:02 -07:00
committed by Noel Grandin
parent f14cd1ad62
commit 642e33e53f

View File

@@ -59,10 +59,6 @@
#include <osl/conditn.hxx>
#include <vcl/svapp.hxx>
#ifdef DEBUG
#include <com/sun/star/io/NotConnectedException.hpp>
#include <com/sun/star/io/BufferSizeExceededException.hpp>
#endif
namespace beans = com::sun::star::beans ;
namespace container = com::sun::star::container ;
namespace deployment = com::sun::star::deployment ;