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:
X512
2021-05-25 11:50:45 +00:00
committed by Adrien Destugues
parent 53d0323422
commit 5fcf71f504
6 changed files with 0 additions and 9 deletions
-2
View File
@@ -6,8 +6,6 @@
#define _B_HTTP_RESULT_H_ #define _B_HTTP_RESULT_H_
#include <iostream>
#include <HttpHeaders.h> #include <HttpHeaders.h>
#include <String.h> #include <String.h>
#include <Url.h> #include <Url.h>
-2
View File
@@ -19,8 +19,6 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <iostream>
#include <ControlLook.h> #include <ControlLook.h>
#include <Bitmap.h> #include <Bitmap.h>
#include <TextControl.h> #include <TextControl.h>
@@ -13,8 +13,6 @@
#include <Debug.h> #include <Debug.h>
using std::ostream;
#ifndef LIBNETAPI_DEPRECATED #ifndef LIBNETAPI_DEPRECATED
using namespace BPrivate::Network; using namespace BPrivate::Network;
#endif #endif
@@ -7,7 +7,6 @@
* Adrien Destugues, pulkomandy@pulkomandy.tk * Adrien Destugues, pulkomandy@pulkomandy.tk
*/ */
#include <iostream>
#include <cstdio> #include <cstdio>
#include <UrlRequest.h> #include <UrlRequest.h>
-1
View File
@@ -14,7 +14,6 @@
#include <stdio.h> #include <stdio.h>
#include <string> #include <string>
#include <iostream>
#include <new> #include <new>
#include <Application.h> #include <Application.h>
-1
View File
@@ -14,7 +14,6 @@
#include <stdio.h> #include <stdio.h>
#include <new> #include <new>
#include <iostream>
#include <Directory.h> #include <Directory.h>
#include <Message.h> #include <Message.h>