Index: src/debug-agent.h |
diff --git a/src/debug-agent.h b/src/debug-agent.h |
index e81e4cd6aa76375a8dd851af605e65d105332bbe..beb209813b6a766274ae544a414830bd5237d79d 100644 |
--- a/src/debug-agent.h |
+++ b/src/debug-agent.h |
@@ -28,7 +28,6 @@ |
#ifndef V8_DEBUG_AGENT_H_ |
#define V8_DEBUG_AGENT_H_ |
-#ifdef ENABLE_DEBUGGER_SUPPORT |
#include "../include/v8-debug.h" |
#include "platform.h" |
@@ -114,6 +113,4 @@ class DebuggerAgentUtil { |
} } // namespace v8::internal |
-#endif // ENABLE_DEBUGGER_SUPPORT |
- |
#endif // V8_DEBUG_AGENT_H_ |