Commit fd6a5b3f authored by sgjesse's avatar sgjesse

Renamed the include file debug.h to v8-debug.h to avoid possible

name conflicts.


git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@133 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 552e5f83
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#ifndef V8_DEBUG_H_ #ifndef V8_DEBUG_H_
#define V8_DEBUG_H_ #define V8_DEBUG_H_
#include "../include/debug.h" #include "../include/v8-debug.h"
#include "assembler.h" #include "assembler.h"
#include "code-stubs.h" #include "code-stubs.h"
#include "factory.h" #include "factory.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment