Skip to content

Commit

Permalink
Move header for Damien because he is right
Browse files Browse the repository at this point in the history
  • Loading branch information
crtrott committed Dec 9, 2023
1 parent c6d01e9 commit e524ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/Serial/Kokkos_Serial.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ static_assert(false,
#ifndef KOKKOS_SERIAL_HPP
#define KOKKOS_SERIAL_HPP

#include <iterator>
#include <Kokkos_Macros.hpp>
#if defined(KOKKOS_ENABLE_SERIAL)

#include <cstddef>
#include <iosfwd>
#include <iterator>
#include <mutex>
#include <thread>
#include <Kokkos_Core_fwd.hpp>
Expand Down

0 comments on commit e524ec7

Please sign in to comment.