Normalise include statements in keyboard code (#11185)
This commit is contained in:
@@ -13,10 +13,10 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include <quantum.h>
|
||||
#include <i2c_master.h>
|
||||
#include <led_tables.h>
|
||||
#include <rgb_matrix.h>
|
||||
#include "quantum.h"
|
||||
#include "i2c_master.h"
|
||||
#include "led_tables.h"
|
||||
#include "rgb_matrix.h"
|
||||
#include <string.h>
|
||||
#include "model01.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user