| @@ -3,10 +3,8 @@ | ||
| 3 | 3 | namespace POData; | 
| 4 | 4 | |
| 5 | 5 | use POData\Configuration\IServiceConfiguration; | 
| 6 | -use POData\Configuration\ServiceConfiguration; | |
| 7 | 6 | use POData\Configuration\EntitySetRights; | 
| 8 | 7 | use POData\ObjectModel\IObjectSerialiser; | 
| 9 | -use POData\ObjectModel\ObjectModelSerializer; | |
| 10 | 8 | use POData\OperationContext\ServiceHost; | 
| 11 | 9 | use POData\Providers\Stream\IStreamProvider; | 
| 12 | 10 | use POData\Providers\Metadata\IMetadataProvider; | 
| @@ -5,7 +5,6 @@ | ||
| 5 | 5 | use DOMDocument; | 
| 6 | 6 | use ReflectionClass; | 
| 7 | 7 | use ReflectionException; | 
| 8 | -use ReflectionProperty; | |
| 9 | 8 | |
| 10 | 9 | class AtomODataReader | 
| 11 | 10 |  { |