summaryrefslogtreecommitdiff
path: root/runtime/fault_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/fault_handler.h')
-rw-r--r--runtime/fault_handler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/fault_handler.h b/runtime/fault_handler.h
index 02eeefe0a0..f6cf2d77d7 100644
--- a/runtime/fault_handler.h
+++ b/runtime/fault_handler.h
@@ -18,13 +18,13 @@
#ifndef ART_RUNTIME_FAULT_HANDLER_H_
#define ART_RUNTIME_FAULT_HANDLER_H_
-#include <setjmp.h>
#include <signal.h>
#include <stdint.h>
#include <vector>
-#include "base/mutex.h" // For annotalysis.
+#include "base/locks.h" // For annotalysis.
+#include "runtime_globals.h" // For CanDoImplicitNullCheckOn.
namespace art {