From e153ab5c0063bf67ed2f8b183c1f902b0f241708 Mon Sep 17 00:00:00 2001 From: satoshi Date: Tue, 28 Feb 2017 23:52:11 +0900 Subject: [PATCH] rename source files --- interface.cpp => src/interface.cpp | 0 interface.h => src/interface.h | 0 log.cpp => src/log.cpp | 0 log.h => src/log.h | 0 main.cpp => src/main.cpp | 0 pos_types.h => src/pos_types.h | 0 udp_thread.cpp => src/udp_thread.cpp | 0 udp_thread.h => src/udp_thread.h | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename interface.cpp => src/interface.cpp (100%) rename interface.h => src/interface.h (100%) rename log.cpp => src/log.cpp (100%) rename log.h => src/log.h (100%) rename main.cpp => src/main.cpp (100%) rename pos_types.h => src/pos_types.h (100%) rename udp_thread.cpp => src/udp_thread.cpp (100%) rename udp_thread.h => src/udp_thread.h (100%) diff --git a/interface.cpp b/src/interface.cpp similarity index 100% rename from interface.cpp rename to src/interface.cpp diff --git a/interface.h b/src/interface.h similarity index 100% rename from interface.h rename to src/interface.h diff --git a/log.cpp b/src/log.cpp similarity index 100% rename from log.cpp rename to src/log.cpp diff --git a/log.h b/src/log.h similarity index 100% rename from log.h rename to src/log.h diff --git a/main.cpp b/src/main.cpp similarity index 100% rename from main.cpp rename to src/main.cpp diff --git a/pos_types.h b/src/pos_types.h similarity index 100% rename from pos_types.h rename to src/pos_types.h diff --git a/udp_thread.cpp b/src/udp_thread.cpp similarity index 100% rename from udp_thread.cpp rename to src/udp_thread.cpp diff --git a/udp_thread.h b/src/udp_thread.h similarity index 100% rename from udp_thread.h rename to src/udp_thread.h