From 68686bd57741eba9cc4b39bd55316e0b777755f1 Mon Sep 17 00:00:00 2001 From: Svyatoslav Scherbina Date: Tue, 18 Oct 2016 13:49:29 +0300 Subject: [PATCH] runtime: move name hasing to common/hash --- {runtime/src/main => common/src/hash}/cpp/Names.cpp | 0 {runtime/src/main/cpp => common/src/hash/headers}/Names.h | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {runtime/src/main => common/src/hash}/cpp/Names.cpp (100%) rename {runtime/src/main/cpp => common/src/hash/headers}/Names.h (100%) diff --git a/runtime/src/main/cpp/Names.cpp b/common/src/hash/cpp/Names.cpp similarity index 100% rename from runtime/src/main/cpp/Names.cpp rename to common/src/hash/cpp/Names.cpp diff --git a/runtime/src/main/cpp/Names.h b/common/src/hash/headers/Names.h similarity index 100% rename from runtime/src/main/cpp/Names.h rename to common/src/hash/headers/Names.h