mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 23:57:22 +02:00
Apply clang-format with the new include order
This commit is contained in:
parent
485a7f920a
commit
6c197f9b70
@ -35,10 +35,10 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||||||
#include "common-power.h"
|
#include "common-power.h"
|
||||||
#include "common-logging.h"
|
#include "common-logging.h"
|
||||||
|
|
||||||
|
#include <linux/limits.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <glob.h>
|
#include <glob.h>
|
||||||
#include <linux/limits.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
@ -32,8 +32,8 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||||||
|
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
|
|
||||||
#include <dirent.h>
|
|
||||||
#include <linux/limits.h>
|
#include <linux/limits.h>
|
||||||
|
#include <dirent.h>
|
||||||
#include <sched.h>
|
#include <sched.h>
|
||||||
|
|
||||||
#include "common-cpu.h"
|
#include "common-cpu.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user