Remove unneeded iostream includes
It cause adding new entry to executable init array for each translation unit. Change-Id: I1e2d7946da03c001de7721948bc9af8188e8b317 Reviewed-on: https://review.haiku-os.org/c/haiku/+/3981 Reviewed-by: X512 <[email protected]> Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
@@ -6,8 +6,6 @@
|
||||
#define _B_HTTP_RESULT_H_
|
||||
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include <HttpHeaders.h>
|
||||
#include <String.h>
|
||||
#include <Url.h>
|
||||
|
||||
@@ -19,8 +19,6 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include <ControlLook.h>
|
||||
#include <Bitmap.h>
|
||||
#include <TextControl.h>
|
||||
|
||||
@@ -13,8 +13,6 @@
|
||||
#include <Debug.h>
|
||||
|
||||
|
||||
using std::ostream;
|
||||
|
||||
#ifndef LIBNETAPI_DEPRECATED
|
||||
using namespace BPrivate::Network;
|
||||
#endif
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
* Adrien Destugues, pulkomandy@pulkomandy.tk
|
||||
*/
|
||||
|
||||
#include <iostream>
|
||||
#include <cstdio>
|
||||
|
||||
#include <UrlRequest.h>
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
#include <stdio.h>
|
||||
#include <string>
|
||||
|
||||
#include <iostream>
|
||||
#include <new>
|
||||
|
||||
#include <Application.h>
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include <new>
|
||||
#include <iostream>
|
||||
|
||||
#include <Directory.h>
|
||||
#include <Message.h>
|
||||
|
||||
Reference in New Issue
Block a user