Skip to content

Commit

Permalink
Mojo: Drive-by include fixes.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
viettrungluu@chromium.org committed Jul 18, 2014
1 parent a36c84a commit 76d70f6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 0 additions & 2 deletions mojo/public/cpp/bindings/interface_ptr.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 3 additions & 1 deletion mojo/public/cpp/bindings/lib/array_serialization.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions mojo/public/cpp/bindings/lib/interface_ptr_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 0 additions & 2 deletions mojo/public/cpp/bindings/no_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 76d70f6

Please sign in to comment.