summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-17 21:22:26 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-17 21:22:26 +0000
commite56365403d8e93e6bd1fc5d8e2b5fda0990ce17d (patch)
tree443a12f25ceade9d5d8f3b64fe4ee4a4ce8d04cb
parent1ebdce33eb48b7e40aba0f15ead4797cf4cbb987 (diff)
downloadchromium_src-e56365403d8e93e6bd1fc5d8e2b5fda0990ce17d.zip
chromium_src-e56365403d8e93e6bd1fc5d8e2b5fda0990ce17d.tar.gz
chromium_src-e56365403d8e93e6bd1fc5d8e2b5fda0990ce17d.tar.bz2
Mojo: Remove unnecessary <stdio.h> include.
R=yzshen@chromium.org Review URL: https://codereview.chromium.org/405433005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283881 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--mojo/public/cpp/bindings/lib/interface_ptr_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mojo/public/cpp/bindings/lib/interface_ptr_internal.h b/mojo/public/cpp/bindings/lib/interface_ptr_internal.h
index 0a0b907..d32fe4e 100644
--- a/mojo/public/cpp/bindings/lib/interface_ptr_internal.h
+++ b/mojo/public/cpp/bindings/lib/interface_ptr_internal.h
@@ -6,7 +6,6 @@
#define MOJO_PUBLIC_CPP_BINDINGS_LIB_INTERFACE_PTR_INTERNAL_H_
#include <assert.h>
-#include <stdio.h>
#include "mojo/public/cpp/bindings/lib/filter_chain.h"
#include "mojo/public/cpp/bindings/lib/message_header_validator.h"