From: sgjesse Date: Thu, 4 Sep 2008 10:03:17 +0000 (+0000) Subject: Renamed the include file debug.h to v8-debug.h to avoid possible X-Git-Tag: upstream/4.7.83~25468 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd6a5b3f8e5ed7bd4974d22406161de78529140d;p=platform%2Fupstream%2Fv8.git 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 --- diff --git a/include/debug.h b/include/v8-debug.h similarity index 100% rename from include/debug.h rename to include/v8-debug.h diff --git a/src/debug.h b/src/debug.h index 3140dcd..a26a1bf 100644 --- a/src/debug.h +++ b/src/debug.h @@ -28,7 +28,7 @@ #ifndef V8_DEBUG_H_ #define V8_DEBUG_H_ -#include "../include/debug.h" +#include "../include/v8-debug.h" #include "assembler.h" #include "code-stubs.h" #include "factory.h"