Skip to content

Commit

Permalink
fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed Jul 28, 2023
1 parent aa86a62 commit e31a2f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/game/shared/swarm/asw_weapon_mining_laser_shared.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "Sprite.h"
#include "beam_shared.h"
#include "takedamageinfo.h"
#include "gamerules.h"
#include "asw_gamerules.h"
#include "in_buttons.h"
#include "soundenvelope.h"

Expand Down
2 changes: 1 addition & 1 deletion src/game/shared/swarm/asw_weapon_tesla_gun_shared.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "Sprite.h"
#include "beam_shared.h"
#include "takedamageinfo.h"
#include "gamerules.h"
#include "asw_gamerules.h"
#include "in_buttons.h"
#include "asw_weapon_parse.h"
#include "asw_marine_skills.h"
Expand Down

0 comments on commit e31a2f8

Please sign in to comment.