summaryrefslogtreecommitdiff
path: root/vcl/osx/OSXTransferable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/osx/OSXTransferable.cxx')
-rw-r--r--vcl/osx/OSXTransferable.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/osx/OSXTransferable.cxx b/vcl/osx/OSXTransferable.cxx
index 32fca10a00a6..87f4c4e14004 100644
--- a/vcl/osx/OSXTransferable.cxx
+++ b/vcl/osx/OSXTransferable.cxx
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <sal/config.h>
+
+#include <com/sun/star/datatransfer/UnsupportedFlavorException.hpp>
+#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <sal/types.h>
#include <osl/diagnose.h>
@@ -29,9 +33,7 @@ using namespace osl;
using namespace cppu;
using namespace com::sun::star::uno;
using namespace com::sun::star::datatransfer;
-using namespace com::sun::star::io;
using namespace com::sun::star::lang;
-using namespace com::sun::star::container;
namespace
{