~widelands-dev/widelands/debug_window

« back to all changes in this revision

Viewing changes to src/game_io/game_interactive_player_data_packet.h

Merged new include order style check + fixes for it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef GAME_INTERACTIVE_PLAYER_DATA_PACKET_H
21
21
#define GAME_INTERACTIVE_PLAYER_DATA_PACKET_H
22
22
 
23
 
#include "game_data_packet.h"
 
23
#include "game_io/game_data_packet.h"
24
24
 
25
25
namespace Widelands {
26
26