Move "#define LOG_TAG" before include defines.h.

Change-Id: Iacd2c2ea3878ad2cde5df36b15e1359d10244f60
main
Keisuke Kuroyanagi 2013-05-30 22:26:21 -07:00
parent e6125db98d
commit f88f9dbbde
2 changed files with 4 additions and 4 deletions

View File

@ -14,13 +14,13 @@
* limitations under the License.
*/
#define LOG_TAG "LatinIME: proximity_info.cpp"
#include "suggest/core/layout/proximity_info.h"
#include <cstring>
#include <cmath>
#define LOG_TAG "LatinIME: proximity_info.cpp"
#include "char_utils.h"
#include "defines.h"
#include "jni.h"

View File

@ -14,14 +14,14 @@
* limitations under the License.
*/
#define LOG_TAG "LatinIME: proximity_info_state.cpp"
#include "suggest/core/layout/proximity_info_state.h"
#include <cstring> // for memset() and memcpy()
#include <sstream> // for debug prints
#include <vector>
#define LOG_TAG "LatinIME: proximity_info_state.cpp"
#include "defines.h"
#include "suggest/core/layout/geometry_utils.h"
#include "suggest/core/layout/proximity_info.h"