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

Commit 082507e1 authored by Ken Wakasa's avatar Ken Wakasa
Browse files

Header clean up

Change-Id: If9b2ea4ed8c1c4cf73463f0ac4bc63d4bb8cba42
parent fc799ba0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -17,8 +17,6 @@
#ifndef LATINIME_DEFINES_H
#define LATINIME_DEFINES_H

#include <stdint.h>

#ifdef __GNUC__
#define AK_FORCE_INLINE __attribute__((always_inline)) __inline__
#else // __GNUC__
+0 −2
Original line number Diff line number Diff line
@@ -17,8 +17,6 @@
#ifndef LATINIME_DIC_TRAVERSE_WRAPPER_H
#define LATINIME_DIC_TRAVERSE_WRAPPER_H

#include <stdint.h>

#include "defines.h"
#include "jni.h"

+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
#ifndef LATINIME_GESTURE_DECODER_WRAPPER_H
#define LATINIME_GESTURE_DECODER_WRAPPER_H

#include <stdint.h>
#include "defines.h"
#include "incremental_decoder_interface.h"

+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
#ifndef LATINIME_INCREMENTAL_DECODER_INTERFACE_H
#define LATINIME_INCREMENTAL_DECODER_INTERFACE_H

#include <stdint.h>
#include "defines.h"

namespace latinime {
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
#ifndef LATINIME_INCREMENTAL_DECODER_WRAPPER_H
#define LATINIME_INCREMENTAL_DECODER_WRAPPER_H

#include <stdint.h>
#include "defines.h"
#include "incremental_decoder_interface.h"

Loading