@@ -8,20 +8,16 @@ |
||
8 | 8 | namespace Icewind\SMB\Wrapped; |
9 | 9 | |
10 | 10 | use Icewind\SMB\AbstractShare; |
11 | -use Icewind\SMB\ACL; |
|
12 | 11 | use Icewind\SMB\Exception\ConnectionException; |
13 | 12 | use Icewind\SMB\Exception\DependencyException; |
14 | 13 | use Icewind\SMB\Exception\FileInUseException; |
15 | 14 | use Icewind\SMB\Exception\InvalidTypeException; |
16 | 15 | use Icewind\SMB\Exception\NotFoundException; |
17 | -use Icewind\SMB\Exception\InvalidRequestException; |
|
18 | 16 | use Icewind\SMB\IFileInfo; |
19 | 17 | use Icewind\SMB\INotifyHandler; |
20 | 18 | use Icewind\SMB\IServer; |
21 | 19 | use Icewind\SMB\ISystem; |
22 | 20 | use Icewind\Streams\CallbackWrapper; |
23 | -use Icewind\SMB\Native\NativeShare; |
|
24 | -use Icewind\SMB\Native\NativeServer; |
|
25 | 21 | |
26 | 22 | class Share extends AbstractShare { |
27 | 23 | /** |