? rc ? diff ? whole_diff ? msgfmt1.diff ? tech_info1.diff ? tech_fix1.diff ? out ? no_tech_loss1.diff ? check_headers.sh ? test.c ? local_warmap131201.diff ? queue ? unit_move_turns1.diff Index: ai/advmilitary.h =================================================================== RCS file: /home/freeciv/CVS/freeciv/ai/advmilitary.h,v retrieving revision 1.14 diff -u -r1.14 advmilitary.h --- ai/advmilitary.h 2001/01/10 18:50:43 1.14 +++ ai/advmilitary.h 2002/01/14 11:01:07 @@ -13,6 +13,8 @@ #ifndef FC__ADVMILITARY_H #define FC__ADVMILITARY_H +#include "unittype.h" + struct city; struct player; struct unit; Index: ai/aihand.h =================================================================== RCS file: /home/freeciv/CVS/freeciv/ai/aihand.h,v retrieving revision 1.4 diff -u -r1.4 aihand.h --- ai/aihand.h 2001/01/22 16:19:38 1.4 +++ ai/aihand.h 2002/01/14 11:01:07 @@ -13,6 +13,8 @@ #ifndef FC__AIHAND_H #define FC__AIHAND_H +#include "city.h" /* enum choice_type */ + struct player; void ai_do_first_activities(struct player *pplayer); Index: ai/aiunit.h =================================================================== RCS file: /home/freeciv/CVS/freeciv/ai/aiunit.h,v retrieving revision 1.24 diff -u -r1.24 aiunit.h --- ai/aiunit.h 2001/01/10 18:50:45 1.24 +++ ai/aiunit.h 2002/01/14 11:01:07 @@ -13,6 +13,8 @@ #ifndef FC__AIUNIT_H #define FC__AIUNIT_H +#include "unittype.h" + struct player; struct city; struct unit; Index: client/gui-gtk/wldlg.h =================================================================== RCS file: /home/freeciv/CVS/freeciv/client/gui-gtk/wldlg.h,v retrieving revision 1.2 diff -u -r1.2 wldlg.h --- client/gui-gtk/wldlg.h 2001/10/26 08:07:14 1.2 +++ client/gui-gtk/wldlg.h 2002/01/14 11:01:08 @@ -15,6 +15,9 @@ #include +#include "worklist.h" +#include "improvement.h" +#include "unittype.h" #include "climisc.h" #include "wldlg_g.h" Index: client/gui-xaw/canvas.h =================================================================== RCS file: /home/freeciv/CVS/freeciv/client/gui-xaw/canvas.h,v retrieving revision 1.1 diff -u -r1.1 canvas.h --- client/gui-xaw/canvas.h 1999/04/13 10:53:11 1.1 +++ client/gui-xaw/canvas.h 2002/01/14 11:01:08 @@ -23,6 +23,7 @@ #ifndef _Canvas_h #define _Canvas_h +#include #include #ifndef XtNexposeProc Index: client/gui-xaw/canvasp.h =================================================================== RCS file: /home/freeciv/CVS/freeciv/client/gui-xaw/canvasp.h,v retrieving revision 1.1 diff -u -r1.1 canvasp.h --- client/gui-xaw/canvasp.h 1999/04/13 10:53:11 1.1 +++ client/gui-xaw/canvasp.h 2002/01/14 11:01:08 @@ -23,6 +23,7 @@ #ifndef _CanvasP_h #define _CanvasP_h +#include #include #include Index: client/gui-xaw/pixcomm.h =================================================================== RCS file: /home/freeciv/CVS/freeciv/client/gui-xaw/pixcomm.h,v retrieving revision 1.1 diff -u -r1.1 pixcomm.h --- client/gui-xaw/pixcomm.h 1999/04/13 10:53:13 1.1 +++ client/gui-xaw/pixcomm.h 2002/01/14 11:01:08 @@ -47,6 +47,7 @@ #ifndef _Pixcomm_h #define _Pixcomm_h +#include #include /* Resources: Index: client/gui-xaw/pixcommp.h =================================================================== RCS file: /home/freeciv/CVS/freeciv/client/gui-xaw/pixcommp.h,v retrieving revision 1.2 diff -u -r1.2 pixcommp.h --- client/gui-xaw/pixcommp.h 2001/12/11 16:16:37 1.2 +++ client/gui-xaw/pixcommp.h 2002/01/14 11:01:08 @@ -50,6 +50,8 @@ #include #endif +#include + #if defined(HAVE_LIBXAW3D) #include #else Index: client/gui-xaw/wldlg.h =================================================================== RCS file: /home/freeciv/CVS/freeciv/client/gui-xaw/wldlg.h,v retrieving revision 1.1 diff -u -r1.1 wldlg.h --- client/gui-xaw/wldlg.h 2000/01/19 16:33:18 1.1 +++ client/gui-xaw/wldlg.h 2002/01/14 11:01:08 @@ -13,6 +13,12 @@ #ifndef FC__WLDLG_H #define FC__WLDLG_H +#include + +struct worklist; +struct player; +struct city; + typedef void (*WorklistOkCallback) (struct worklist *pwl, void *data); typedef void (*WorklistCancelCallback) (void *data); Index: server/savegame.h =================================================================== RCS file: /home/freeciv/CVS/freeciv/server/savegame.h,v retrieving revision 1.1 diff -u -r1.1 savegame.h --- server/savegame.h 2000/08/25 20:15:31 1.1 +++ server/savegame.h 2002/01/14 11:01:09 @@ -13,6 +13,8 @@ #ifndef FC__SAVEGAME_H #define FC__SAVEGAME_H +#include "registry.h" + void game_load(struct section_file *file); void game_save(struct section_file *file); Index: server/settlers.h =================================================================== RCS file: /home/freeciv/CVS/freeciv/server/settlers.h,v retrieving revision 1.17 diff -u -r1.17 settlers.h --- server/settlers.h 2001/08/14 14:31:20 1.17 +++ server/settlers.h 2002/01/14 11:01:10 @@ -13,6 +13,8 @@ #ifndef FC__SETTLERS_H #define FC__SETTLERS_H +#include "map.h" + struct player; struct unit; struct city; Index: server/unittools.h =================================================================== RCS file: /home/freeciv/CVS/freeciv/server/unittools.h,v retrieving revision 1.38 diff -u -r1.38 unittools.h --- server/unittools.h 2001/10/04 20:09:30 1.38 +++ server/unittools.h 2002/01/14 11:01:10 @@ -13,9 +13,11 @@ #ifndef FC__UNITTOOLS_H #define FC__UNITTOOLS_H +#include "unit.h" +#include "packets.h" /* enum unit_info_use */ + struct city; struct player; -struct unit; /* battle related */ int find_a_unit_type(int role, int role_tech);