diff options
| author | Peng Wu <alexepico@gmail.com> | 2011-08-30 14:03:43 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2011-08-30 14:03:43 +0800 |
| commit | 293003483072888aa954f06d3097f5b46f55e1e5 (patch) | |
| tree | 77986b597390a021e7dd5cea5fd531616a981e19 /tests/include | |
| parent | 3b548d20eaec21cbf9b8e955cca2679ed840e80e (diff) | |
| download | libpinyin-293003483072888aa954f06d3097f5b46f55e1e5.tar.gz libpinyin-293003483072888aa954f06d3097f5b46f55e1e5.tar.xz libpinyin-293003483072888aa954f06d3097f5b46f55e1e5.zip | |
switch to pinyin internal header
Diffstat (limited to 'tests/include')
| -rw-r--r-- | tests/include/test_memory_chunk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/include/test_memory_chunk.cpp b/tests/include/test_memory_chunk.cpp index be83247..4920424 100644 --- a/tests/include/test_memory_chunk.cpp +++ b/tests/include/test_memory_chunk.cpp @@ -1,5 +1,5 @@ #include <stdio.h> -#include "pinyin.h" +#include "pinyin_internal.h" //Test Memory Chunk Functionality int main(int argc, char * argv[]){ |
