~widelands-dev/widelands/debug_window

« back to all changes in this revision

Viewing changes to src/logic/worker_descr.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 WORKER_DESCR_H
21
21
#define WORKER_DESCR_H
22
22
 
23
 
#include "bob.h"
 
23
#include "logic/bob.h"
24
24
#include "graphic/diranimations.h"
25
 
 
26
 
#include "immovable.h"
 
25
#include "logic/immovable.h"
27
26
#include "io/filewrite.h"
28
27
 
29
28
class Image;