Revision: 21640
Author:   [email protected]
Date:     Tue Jun  3 13:35:42 2014 UTC
Log:      Correct include paths in checks.h

BUG=none
[email protected]
[email protected]
LOG=n

Review URL: https://codereview.chromium.org/314703002
http://code.google.com/p/v8/source/detail?r=21640

Modified:
 /branches/bleeding_edge/src/checks.h

=======================================
--- /branches/bleeding_edge/src/checks.h        Tue Jun  3 08:12:43 2014 UTC
+++ /branches/bleeding_edge/src/checks.h        Tue Jun  3 13:35:42 2014 UTC
@@ -7,8 +7,8 @@

 #include <string.h>

-#include "base/build_config.h"
 #include "include/v8stdint.h"
+#include "src/base/build_config.h"

extern "C" void V8_Fatal(const char* file, int line, const char* format, ...);

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to