am f88f9dbb: Move "#define LOG_TAG" before include defines.h.

* commit 'f88f9dbbdec309c01feda06edc142470ba13cb2f':
  Move "#define LOG_TAG" before include defines.h.
main
Keisuke Kuroyanagi 2013-05-30 22:29:40 -07:00 committed by Android Git Automerger
commit 68d17aea65
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"