mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-27 01:41:45 +02:00
Move includes to the file that actually uses them
This was spotted thanks to clang-format reordering the includes. Even with the new config, it will include the header file for the current source file first. Nevertheless, it is best to always include header files where they are needed.
This commit is contained in:
@ -31,6 +31,9 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <sched.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define IS_CPU_PARK 0
|
||||
#define IS_CPU_PIN 1
|
||||
|
||||
|
Reference in New Issue
Block a user