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

Unified Diff: src/allocation.cc

Issue 9169057: Include what you use for the preparser. Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 11 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 | « include/v8stdint.h ('k') | src/atomicops.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/allocation.cc
diff --git a/src/allocation.cc b/src/allocation.cc
index 6c7a08cec8008b3f0675e25d7c422beb5ca20c15..d8e8271604e3983fae0a26197f9ada79ffc66f85 100644
--- a/src/allocation.cc
+++ b/src/allocation.cc
@@ -27,8 +27,8 @@
#include "allocation.h"
-#include <stdlib.h> // For free, malloc.
-#include <string.h> // For memcpy.
+#include <stdlib.h>
+#include <string.h>
#include "checks.h"
#include "utils.h"
« no previous file with comments | « include/v8stdint.h ('k') | src/atomicops.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698