зеркало из https://github.com/mozilla/gecko-dev.git
Bug 810332 - don't include <iostream> in ipc code where it's not necessary; r=cjones
This commit is contained in:
Родитель
99e1db7ebc
Коммит
75a36e8700
|
@ -9,7 +9,7 @@
|
|||
#ifndef BASE_DEBUG_UTIL_H_
|
||||
#define BASE_DEBUG_UTIL_H_
|
||||
|
||||
#include <iostream>
|
||||
#include <ostream>
|
||||
#include <vector>
|
||||
|
||||
#include "base/basictypes.h"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
#include "build/build_config.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <ostream>
|
||||
|
||||
#if defined(OS_WIN)
|
||||
typedef struct tagPOINT POINT;
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#ifndef BASE_GFX_RECT_H__
|
||||
#define BASE_GFX_RECT_H__
|
||||
|
||||
#include <iostream>
|
||||
#include <ostream>
|
||||
|
||||
#include "base/gfx/point.h"
|
||||
#include "base/gfx/size.h"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
#include "build/build_config.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <ostream>
|
||||
|
||||
#if defined(OS_WIN)
|
||||
typedef struct tagSIZE SIZE;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// Copied from strings/stringpiece.cc with modifications
|
||||
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <ostream>
|
||||
|
||||
#include "base/string_piece.h"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче