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

Unified Diff: runtime/vm/heap_profiler.cc

Issue 10539151: Fix includes to unbreak the Windows build. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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 | « runtime/platform/globals.h ('k') | runtime/vm/heap_profiler_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/heap_profiler.cc
diff --git a/runtime/vm/heap_profiler.cc b/runtime/vm/heap_profiler.cc
index acda04d923171386de6088b6f1d591e8a90403a2..07310eeef2bf9829d8fcc90b6f178ca776e5305f 100644
--- a/runtime/vm/heap_profiler.cc
+++ b/runtime/vm/heap_profiler.cc
@@ -4,10 +4,6 @@
#include "vm/heap_profiler.h"
-#include <stdio.h>
-#include <arpa/inet.h>
-#include <sys/time.h>
-
#include "vm/dart_api_state.h"
#include "vm/object.h"
#include "vm/raw_object.h"
« no previous file with comments | « runtime/platform/globals.h ('k') | runtime/vm/heap_profiler_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698