~ubuntu-branches/debian/squeeze/freeciv/squeeze

« back to all changes in this revision

Viewing changes to client/gui-gtk-2.0/happiness.c

  • Committer: Bazaar Package Importer
  • Author(s): Clint Adams, Karl Goetz, Clint Adams
  • Date: 2010-02-23 22:09:02 UTC
  • mfrom: (1.2.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20100223220902-kiyrmr9i4152cka5
Tags: 2.2.0-1
[ Karl Goetz ]
* Remove civserver files in /etc/ggzd/ (Closes: 523772, 517787)
* Adding ${misc:Depends} to all binary packages (lintian warnings)

[ Clint Adams ]
* New upstream version.
  - Drop data_dsc_use_bindir.diff (binary pathnames have changed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
#include <gtk/gtk.h>
19
19
 
 
20
/* utility */
 
21
#include "fcintl.h"
 
22
#include "log.h"
 
23
#include "mem.h"
 
24
#include "support.h"
 
25
 
 
26
/* common */
20
27
#include "city.h"
21
 
#include "fcintl.h"
22
28
#include "game.h"
23
29
#include "government.h"
24
 
#include "mem.h"
25
 
#include "support.h"
26
30
 
 
31
/* client */
27
32
#include "text.h"
28
33
#include "tilespec.h"
29
34
 
 
35
/* gui-gtk-2.0 */
30
36
#include "graphics.h"
31
37
#include "gui_main.h"
32
38
#include "gui_stuff.h"