Skip to content

Commit

Permalink
Reorder standard includes
Browse files Browse the repository at this point in the history
  • Loading branch information
vomindoraan committed Jan 31, 2019
1 parent bd5bbc3 commit 8987f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quantum/quantum.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@

#include "action_layer.h"
#include "eeconfig.h"
#include <stddef.h>
#include "bootloader.h"
#include "timer.h"
#include "config_common.h"
#include "led.h"
#include "action_util.h"
#include <stdlib.h>
#include "print.h"
#include "send_string_keycodes.h"
#include "suspend.h"
#include <stddef.h>
#include <stdlib.h>

extern uint32_t default_layer_state;

Expand Down

0 comments on commit 8987f72

Please sign in to comment.