Revert "Revert "Fix clang-format""

This reverts commit 833e3640b4.
This commit is contained in:
def 2020-09-20 02:19:32 +02:00
parent 1d868fec70
commit 8ef6a0da16
3 changed files with 12 additions and 12 deletions

View file

@ -8,8 +8,8 @@
#include <engine/engine.h>
#include <engine/graphics.h>
#include <engine/storage.h>
#include <engine/shared/config.h>
#include <engine/storage.h>
#include "skins.h"

View file

@ -2,9 +2,9 @@
/* If you are missing that file, acquire a complete release at teeworlds.com. */
#ifndef GAME_CLIENT_COMPONENTS_SKINS_H
#define GAME_CLIENT_COMPONENTS_SKINS_H
#include <base/vmath.h>
#include <base/color.h>
#include <base/tl/sorted_array.h>
#include <base/vmath.h>
#include <engine/client/http.h>
#include <game/client/component.h>