From 7d3d46c5055ba0b680020e6049a55d7d9b7d6030 Mon Sep 17 00:00:00 2001 From: C9Glax <13404778+C9Glax@users.noreply.github.com> Date: Fri, 3 Feb 2023 23:33:43 +0100 Subject: [PATCH] Moved ByteConverter to Datastructur --- {OSMSplitter => OSMDatastructure}/ByteConverter.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename {OSMSplitter => OSMDatastructure}/ByteConverter.cs (99%) 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 {