Skip to content

Commit

Permalink
fix: average 2:30AM commit
Browse files Browse the repository at this point in the history
  • Loading branch information
netadr committed Feb 25, 2024
1 parent 195f179 commit 97bcd14
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion include/safetyhook/allocator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <memory>
#include <mutex>
#include <vector>
#elif
#else
import std.compat;
#endif

Expand Down
2 changes: 1 addition & 1 deletion include/safetyhook/context.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#ifndef SAFETYHOOK_USE_CXXMODULES
#include <cstdint>
#elif
#else
import std.compat;
#endif

Expand Down
2 changes: 1 addition & 1 deletion include/safetyhook/inline_hook.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <mutex>
#include <utility>
#include <vector>
#elif
#else
import std.compat;
#endif

Expand Down
2 changes: 1 addition & 1 deletion include/safetyhook/mid_hook.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#ifndef SAFETYHOOK_USE_CXXMODULES
#include <cstdint>
#include <memory>
#elif
#else
import std.compat;
#endif

Expand Down
2 changes: 1 addition & 1 deletion include/safetyhook/os.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <cstdint>
#include <expected>
#include <functional>
#elif
#else
import std.compat;
#endif

Expand Down
2 changes: 1 addition & 1 deletion include/safetyhook/utility.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <cstdint>
#include <optional>
#include <type_traits>
#elif
#else
import std.compat;
#endif

Expand Down
2 changes: 1 addition & 1 deletion include/safetyhook/vmt_hook.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <cstdint>
#include <expected>
#include <unordered_map>
#elif
#else
import std.compat;
#endif

Expand Down

0 comments on commit 97bcd14

Please sign in to comment.