Mojo: Drive-by include fixes.

R=yzshen@chromium.org

Review URL: https://codereview.chromium.org/401883003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284216 0039d316-1c4b-4281-b951-d872f2087c98
parent a36c84a6
......@@ -5,8 +5,6 @@
#ifndef MOJO_PUBLIC_CPP_BINDINGS_INTERFACE_PTR_H_
#define MOJO_PUBLIC_CPP_BINDINGS_INTERFACE_PTR_H_
#include <assert.h>
#include <algorithm>
#include "mojo/public/cpp/bindings/error_handler.h"
......
......@@ -5,7 +5,9 @@
#ifndef MOJO_PUBLIC_CPP_BINDINGS_LIB_ARRAY_SERIALIZATION_H_
#define MOJO_PUBLIC_CPP_BINDINGS_LIB_ARRAY_SERIALIZATION_H_
#include <string>
#include <string.h> // For |memcpy()|.
#include <vector>
#include "mojo/public/cpp/bindings/lib/array_internal.h"
#include "mojo/public/cpp/bindings/lib/string_serialization.h"
......
......@@ -7,6 +7,8 @@
#include <assert.h>
#include <algorithm> // For |std::swap()|.
#include "mojo/public/cpp/bindings/lib/filter_chain.h"
#include "mojo/public/cpp/bindings/lib/message_header_validator.h"
#include "mojo/public/cpp/bindings/lib/router.h"
......
......@@ -5,8 +5,6 @@
#ifndef MOJO_PUBLIC_CPP_BINDINGS_NO_INTERFACE_H_
#define MOJO_PUBLIC_CPP_BINDINGS_NO_INTERFACE_H_
#include <assert.h>
#include "mojo/public/cpp/bindings/message.h"
#include "mojo/public/cpp/bindings/message_filter.h"
#include "mojo/public/cpp/system/core.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment