From d629851465b53d21ac2cb10262acd9db7cef9c09 Mon Sep 17 00:00:00 2001 From: gwdwyy Date: Thu, 11 Jul 2013 15:44:05 +0800 Subject: [PATCH] mv codes into src --- Segment.cpp => src/Segment.cpp | 0 Segment.h => src/Segment.h | 0 Trie.cpp => src/Trie.cpp | 0 Trie.h => src/Trie.h | 0 globals.h => src/globals.h | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename Segment.cpp => src/Segment.cpp (100%) rename Segment.h => src/Segment.h (100%) rename Trie.cpp => src/Trie.cpp (100%) rename Trie.h => src/Trie.h (100%) rename globals.h => src/globals.h (100%) diff --git a/Segment.cpp b/src/Segment.cpp similarity index 100% rename from Segment.cpp rename to src/Segment.cpp diff --git a/Segment.h b/src/Segment.h similarity index 100% rename from Segment.h rename to src/Segment.h diff --git a/Trie.cpp b/src/Trie.cpp similarity index 100% rename from Trie.cpp rename to src/Trie.cpp diff --git a/Trie.h b/src/Trie.h similarity index 100% rename from Trie.h rename to src/Trie.h diff --git a/globals.h b/src/globals.h similarity index 100% rename from globals.h rename to src/globals.h