Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f88f9dbb authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi
Browse files

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

Change-Id: Iacd2c2ea3878ad2cde5df36b15e1359d10244f60
parent e6125db9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"
+2 −2
Original line number Diff line number Diff line
@@ -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"