Complete.Org: Mailing Lists: Archives: freeciv-dev: March 2005:
[Freeciv-Dev] Re: common -> utility move
Home

[Freeciv-Dev] Re: common -> utility move

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: "Per I. Mathisen" <per@xxxxxxxxxxx>
Cc: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: common -> utility move
From: Raimar Falke <i-freeciv-lists@xxxxxxxxxxxxx>
Date: Fri, 25 Mar 2005 13:40:32 +0100

On Sun, May 02, 2004 at 12:19:03PM +0000, Per I. Mathisen wrote:
> I've committed the transfer of some files from common/ to utility/ now. I
> will not yet remove the files from common/ in CVS HEAD to allow patch
> authors an easy way to port patches from the old files to the new. Simply
> use diff&patch to copy any files you have changed in common/ and which is
> no longer used, to utility/.

What is the policy regarding utility and common for grouping of
includes?

Is it/Should it be that the two are grouped together and sorted by name

  #include "hash.h"
  #include "map.h"
  #include "mem.h"
  #include "unit.h"

or seperate groups

  #include "hash.h"
  #include "mem.h"

  #include "map.h"
  #include "unit.h"

        Raimar

-- 
 email: i-freeciv-lists@xxxxxxxxxxxxx
 "Of course, someone who knows more about this will correct me if I'm
  wrong, and someone who knows less will correct me if I'm right."
    -- David Palmer (palmer@xxxxxxxxxxxxxxxxxx)



[Prev in Thread] Current Thread [Next in Thread]