Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Unified Diff: src/globals.h

Issue 304153016: Use full include paths everywhere (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/global-handles.cc ('k') | src/handles.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/globals.h
diff --git a/src/globals.h b/src/globals.h
index d28fa790692a5175c7bb3f116d4ff957acd0e478..0c24c6e59dea386a4fbbd82f1fccf6315e0d69a4 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -5,11 +5,11 @@
#ifndef V8_GLOBALS_H_
#define V8_GLOBALS_H_
-#include "../include/v8stdint.h"
+#include "include/v8stdint.h"
-#include "base/build_config.h"
-#include "base/macros.h"
-#include "checks.h"
+#include "src/base/build_config.h"
+#include "src/base/macros.h"
+#include "src/checks.h"
// Unfortunately, the INFINITY macro cannot be used with the '-pedantic'
// warning flag and certain versions of GCC due to a bug:
« no previous file with comments | « src/global-handles.cc ('k') | src/handles.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698