Complete.Org: Mailing Lists: Archives: freeciv-dev: July 2003:
[Freeciv-Dev] (PR#4714) remove #include "log.h" from gui-xaw/mapview.c
Home

[Freeciv-Dev] (PR#4714) remove #include "log.h" from gui-xaw/mapview.c

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#4714) remove #include "log.h" from gui-xaw/mapview.c
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 28 Jul 2003 22:42:51 -0700
Reply-to: rt@xxxxxxxxxxxxxx

Somehow it snuck in there...

jason

Index: client/gui-xaw/mapview.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/gui-xaw/mapview.c,v
retrieving revision 1.145
diff -u -r1.145 mapview.c
--- client/gui-xaw/mapview.c    2003/07/25 18:59:46     1.145
+++ client/gui-xaw/mapview.c    2003/07/29 05:41:48
@@ -29,7 +29,6 @@
 #include "fcintl.h"
 #include "game.h"
 #include "government.h"                /* government_graphic() */
-#include "log.h"
 #include "map.h"
 #include "mem.h"
 #include "player.h"

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#4714) remove #include "log.h" from gui-xaw/mapview.c, Jason Short <=