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