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

Unified Diff: Source/wtf/dtoa.cpp

Issue 23887002: Header cleanup: don't include system header stdio.h in non-debug builds (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Reworked. Created 7 years, 3 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 | « Source/wtf/PageAllocator.cpp ('k') | Source/wtf/text/TextCodecUserDefined.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/dtoa.cpp
diff --git a/Source/wtf/dtoa.cpp b/Source/wtf/dtoa.cpp
index 88008f56d2fa0f5bedcd3c04640ac36aa4eac117..d2c1873799ab4d2cb72dc0714a9b9661357eb80e 100644
--- a/Source/wtf/dtoa.cpp
+++ b/Source/wtf/dtoa.cpp
@@ -39,7 +39,6 @@
#include "wtf/MathExtras.h"
#include "wtf/ThreadingPrimitives.h"
#include "wtf/Vector.h"
-#include <stdio.h>
#if COMPILER(MSVC)
#pragma warning(disable: 4244)
« no previous file with comments | « Source/wtf/PageAllocator.cpp ('k') | Source/wtf/text/TextCodecUserDefined.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698