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

Unified Diff: Source/wtf/PrintStream.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: 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
Index: Source/wtf/PrintStream.cpp
diff --git a/Source/wtf/PrintStream.cpp b/Source/wtf/PrintStream.cpp
index 09cdf386fc5f89d3344a05aa89c7957f0bb57676..378bad12740e1b83b0ad4609eae5c1b296ce2eb5 100644
--- a/Source/wtf/PrintStream.cpp
+++ b/Source/wtf/PrintStream.cpp
@@ -26,7 +26,6 @@
#include "config.h"
#include "PrintStream.h"
-#include <stdio.h>
#include "wtf/text/CString.h"
#include "wtf/text/WTFString.h"

Powered by Google App Engine
This is Rietveld 408576698