Skip to content

Commit

Permalink
fix: cannot compile after removing tick.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ShelpAm committed Nov 19, 2024
1 parent c0320d7 commit f727229
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/battle.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include "chrono.h"
#include "player.h"
#include "server/session-service.h"
#include "tick.h"
#include <algorithm>
#include <queue>

Expand Down
1 change: 0 additions & 1 deletion src/server/server.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include "item/item.h"
#include "packet.h"
#include "server/session-service.h"
#include "tick.h"
#include <asio.hpp>
#include <map>

Expand Down

0 comments on commit f727229

Please sign in to comment.