Skip to content

Commit

Permalink
fix: move includes
Browse files Browse the repository at this point in the history
  • Loading branch information
qudix authored and powerof3 committed Nov 16, 2024
1 parent 3b0a0c4 commit 8a5045b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/SKSE/Impl/PCH.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ static_assert(
std::is_integral_v<std::time_t> && sizeof(std::time_t) == sizeof(std::size_t),
"wrap std::time_t instead");

#include "REX/REX.h"
#include "REX/W32/KERNEL32.h"
#include "REX/W32/USER32.h"

#pragma warning(push)
#include <binary_io/file_stream.hpp>
#include <spdlog/spdlog.h>
#pragma warning(pop)

#include "REX/REX.h"
#include "REX/W32/KERNEL32.h"
#include "REX/W32/USER32.h"

namespace SKSE
{
using namespace std::literals;
Expand Down

0 comments on commit 8a5045b

Please sign in to comment.