[*] Angry updating header noises

This commit is contained in:
Reece Wilson 2022-03-21 07:20:15 +00:00
parent 9542ec8374
commit 9326891ada
2 changed files with 3 additions and 7 deletions

View File

@ -1,8 +1,8 @@
/***
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: EThreadThrottle.hpp
Date: 2021-6-11
Date: 2022-3-21
Author: Reece
***/
#pragma once

View File

@ -1,7 +1,7 @@
/***
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: SwapLock.cpp
File: Transition.cpp
Date: 2022-3-21
Author: Reece
***/
@ -10,10 +10,6 @@
#include "SwapLock.hpp"
#include <Source/HWInfo/HWInfo.hpp>
#if defined(AURORA_IS_LINUX_DERIVED)
#include <sys/mman.h>
#endif
namespace Aurora::Memory::Transition
{