K 10
svn:author
V 3
dwp
K 8
svn:date
V 27
1999-06-12T07:42:05.000000Z
K 7
svn:log
V 562
Tidied up include files and include lines.
- Use #include "foo.h" instead of #include <foo.h>, for all foo.h
  files which are part of freeciv;
- Better grouping and sorting of include lines;
- Standardized the define used to avoid multiple inclusions,
  as eg, FC__FOO_H for foo.h;
- For each .c file, always include the corresponding .h file to
  check prototypes;
- Removed duplicate definition of ai_choice in city.h and aitools.h
  (now only in city.h, and include city.h in aitools.h);
- Removed some unnecessary includes (just some I happened to notice).

END
