[Freeciv-Dev] Re: common -> utility move
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
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)
- [Freeciv-Dev] Re: common -> utility move,
Raimar Falke <=
|
|