Commit 5a57a29d authored by sgjesse@gmail.com's avatar sgjesse@gmail.com

Renamed the top level directory 'public' to 'include'.


git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@74 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent ed90d8ab
......@@ -170,7 +170,7 @@ CCTEST_EXTRA_FLAGS = {
SAMPLE_FLAGS = {
'all': {
'CPPPATH': [join(abspath('.'), 'public')],
'CPPPATH': [join(abspath('.'), 'include')],
'LIBS': ['$LIBRARY'],
},
'gcc': {
......
......@@ -28,7 +28,7 @@
#ifndef V8_DEBUG_H_
#define V8_DEBUG_H_
#include "../public/debug.h"
#include "../include/debug.h"
#include "assembler.h"
#include "code-stubs.h"
#include "factory.h"
......
......@@ -42,7 +42,7 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef JSRegExp_h
#define JSRegExp_h
#include "../../../public/v8.h"
#include "../../../include/v8.h"
// JSCRE is very chatty in debug mode, so in order to keep it slient
// while still importing v8.h correctly (it contains #ifdef DEBUGs)
......
......@@ -48,7 +48,7 @@
#endif
// Basic includes
#include "../public/v8.h"
#include "../include/v8.h"
#include "globals.h"
#include "checks.h"
#include "allocation.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