Use iosfwd instead of iostream

Summary:
The instrumentation header only needs the forward declarations for ostream, so
we can use just include `iosfwd`, as suggested by Riley in an earlier diff.

Reviewed By: kodafb

Differential Revision: D16152451

fbshipit-source-id: 2afbc40e623b180dfc5917fc8093ab15bf647968
This commit is contained in:
Ashok Menon 2019-07-08 14:51:57 -07:00 коммит произвёл Facebook Github Bot
Родитель 1a2937151b
Коммит 424f93022d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6,7 +6,7 @@
*/
#pragma once
#include <ostream>
#include <iosfwd>
#include <string>
#include <jsi/jsi.h>