am f88f9dbb: Move "#define LOG_TAG" before include defines.h.
* commit 'f88f9dbbdec309c01feda06edc142470ba13cb2f': Move "#define LOG_TAG" before include defines.h.main
commit
68d17aea65
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue