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

Unified Diff: Source/wtf/DataLog.cpp

Issue 98183002: Remove duplicated headers from wtf/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years 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/DataLog.cpp
diff --git a/Source/wtf/DataLog.cpp b/Source/wtf/DataLog.cpp
index 88a8c98fd9a798a64a8cd31d8b554efc029d4b54..441fe7d4b40239e741a0c5a6bd752c42a281f067 100644
--- a/Source/wtf/DataLog.cpp
+++ b/Source/wtf/DataLog.cpp
@@ -25,12 +25,9 @@
#include "config.h"
#include "DataLog.h"
-#include <stdarg.h>
-#include "wtf/FilePrintStream.h"
-#include "wtf/WTFThreadData.h"
-#include "wtf/Threading.h"
#if OS(POSIX)
+#include <pthread.h>
#include <unistd.h>
#endif
« no previous file with comments | « Source/wtf/DataLog.h ('k') | Source/wtf/DateMath.h » ('j') | Source/wtf/text/StringImpl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698