Skip to content

Commit 03c9c2e

Browse files
committed
Fix lint
1 parent 572d796 commit 03c9c2e

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Source/controls/local_coop/local_coop.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5241,8 +5241,8 @@ bool HandleLocalCoopButtonRelease(uint8_t playerId, ControllerButton button)
52415241

52425242
#else // USE_SDL1
52435243

5244-
#include "stores.h"
52455244
#include "qol/visual_store.h"
5245+
#include "stores.h"
52465246

52475247
namespace devilution {
52485248

Source/controls/local_coop/local_coop.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ struct LocalCoopState {
197197
/// @return Pointer to LocalCoopPlayer, or nullptr if invalid
198198
[[nodiscard]] LocalCoopPlayer *GetPlayer(uint8_t playerId);
199199
[[nodiscard]] const LocalCoopPlayer *GetPlayer(uint8_t playerId) const;
200-
201200
};
202201

203202
extern LocalCoopState g_LocalCoop;

Source/stores.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
#include "panels/info_box.hpp"
3434
#include "qol/stash.h"
3535
#include "qol/visual_store.h"
36-
#include "qol/visual_store.h"
3736
#include "tables/townerdat.hpp"
3837
#include "towners.h"
3938
#include "utils/format_int.hpp"

0 commit comments

Comments
 (0)