From 293003483072888aa954f06d3097f5b46f55e1e5 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 30 Aug 2011 14:03:43 +0800 Subject: switch to pinyin internal header --- tests/lookup/test_phrase_lookup.cpp | 2 +- tests/lookup/test_simple_lookup.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/lookup') diff --git a/tests/lookup/test_phrase_lookup.cpp b/tests/lookup/test_phrase_lookup.cpp index dd8bf80..24e6982 100644 --- a/tests/lookup/test_phrase_lookup.cpp +++ b/tests/lookup/test_phrase_lookup.cpp @@ -22,7 +22,7 @@ #include #include -#include "pinyin.h" +#include "pinyin_internal.h" void print_help(){ printf("Usage: test_phrase_lookup\n"); diff --git a/tests/lookup/test_simple_lookup.cpp b/tests/lookup/test_simple_lookup.cpp index b58f248..8114a12 100644 --- a/tests/lookup/test_simple_lookup.cpp +++ b/tests/lookup/test_simple_lookup.cpp @@ -2,7 +2,7 @@ #include #include #include -#include "pinyin.h" +#include "pinyin_internal.h" size_t bench_times = 1000; -- cgit