Skip to content

Commit

Permalink
[SYCL][NFC] Clean-up iostream_proxy.hpp uses. (intel#10479)
Browse files Browse the repository at this point in the history
  • Loading branch information
bader authored and mdtoguchi committed Oct 18, 2023
1 parent 53e390b commit 4059a39
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sycl/include/sycl/detail/device_filter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

#include <sycl/backend_types.hpp>
#include <sycl/detail/defines.hpp>
#include <sycl/detail/iostream_proxy.hpp>
#include <sycl/info/info_desc.hpp>

#include <optional>
#include <ostream>
#include <string>

namespace sycl {
Expand Down
1 change: 0 additions & 1 deletion sycl/include/sycl/detail/image_accessor_util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include <sycl/builtins.hpp>
#include <sycl/detail/export.hpp>
#include <sycl/detail/generic_type_traits.hpp>
#include <sycl/detail/iostream_proxy.hpp>
#include <sycl/image.hpp>
#include <sycl/sampler.hpp>
#include <sycl/types.hpp>
Expand Down
4 changes: 2 additions & 2 deletions sycl/include/sycl/exception_list.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
// 4.9.2 Exception Class Interface

#include <sycl/async_handler.hpp>
#include <sycl/detail/defines.hpp>
#include <sycl/detail/defines_elementary.hpp>
#include <sycl/detail/export.hpp>
#include <sycl/detail/iostream_proxy.hpp>

#include <cstddef>
#include <functional>
#include <exception>
#include <vector>

namespace sycl {
Expand Down
2 changes: 1 addition & 1 deletion sycl/source/detail/posix_pi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
//===----------------------------------------------------------------------===//

#include <sycl/detail/defines.hpp>
#include <sycl/detail/defines_elementary.hpp>
#include <sycl/detail/iostream_proxy.hpp>
#include <sycl/detail/pi.hpp>

Expand Down

0 comments on commit 4059a39

Please sign in to comment.