aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src/suggest/policyimpl/dictionary/header/header_policy.h
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2014-04-07 12:39:07 +0900
committerKen Wakasa <kwakasa@google.com>2014-04-07 12:39:07 +0900
commitcafab169cdb21244c82b99c09983c98066113d87 (patch)
tree3fdb96e6f08d96b99dc38bf9d7dc7c147661c341 /native/jni/src/suggest/policyimpl/dictionary/header/header_policy.h
parente2e41dc22c3558697dae0ad89a03ce54ee206b9f (diff)
downloadlatinime-cafab169cdb21244c82b99c09983c98066113d87.tar.gz
latinime-cafab169cdb21244c82b99c09983c98066113d87.tar.xz
latinime-cafab169cdb21244c82b99c09983c98066113d87.zip
s/stdint.h/cstdint/
Somehow, we were not able to use cstdint gcc target build. That's no longer the case with Clang. Removed unnecessary header inclusions too. Change-Id: Ic83a4adf696f1d5ec7a9809253f3c95804e622e1
Diffstat (limited to 'native/jni/src/suggest/policyimpl/dictionary/header/header_policy.h')
-rw-r--r--native/jni/src/suggest/policyimpl/dictionary/header/header_policy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/jni/src/suggest/policyimpl/dictionary/header/header_policy.h b/native/jni/src/suggest/policyimpl/dictionary/header/header_policy.h
index 66824245e..f950cade3 100644
--- a/native/jni/src/suggest/policyimpl/dictionary/header/header_policy.h
+++ b/native/jni/src/suggest/policyimpl/dictionary/header/header_policy.h
@@ -17,7 +17,7 @@
#ifndef LATINIME_HEADER_POLICY_H
#define LATINIME_HEADER_POLICY_H
-#include <stdint.h>
+#include <cstdint>
#include "defines.h"
#include "suggest/core/policy/dictionary_header_structure_policy.h"