diff --git a/OSMSplitter/ByteConverter.cs b/OSMDatastructure/ByteConverter.cs similarity index 99% rename from OSMSplitter/ByteConverter.cs rename to OSMDatastructure/ByteConverter.cs index c34413f..82dce29 100644 --- a/OSMSplitter/ByteConverter.cs +++ b/OSMDatastructure/ByteConverter.cs @@ -1,6 +1,4 @@ -using OSMDatastructure; - -namespace OSMImporter; +namespace OSMDatastructure; public static class ByteConverter {