Skip to content

Commit

Permalink
Apply clang-format with the new include order
Browse files Browse the repository at this point in the history
  • Loading branch information
afayaz-feral committed Dec 4, 2023
1 parent 485a7f9 commit 6c197f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/common-power.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ POSSIBILITY OF SUCH DAMAGE.
#include "common-power.h"
#include "common-logging.h"

#include <linux/limits.h>
#include <assert.h>
#include <ctype.h>
#include <glob.h>
#include <linux/limits.h>
#include <stdio.h>
#include <string.h>

Expand Down
2 changes: 1 addition & 1 deletion daemon/gamemode-cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ POSSIBILITY OF SUCH DAMAGE.

#define _GNU_SOURCE

#include <dirent.h>
#include <linux/limits.h>
#include <dirent.h>
#include <sched.h>

#include "common-cpu.h"
Expand Down

0 comments on commit 6c197f9

Please sign in to comment.