(svn r12346) -Fix [FS#1748, FS#1825](r9874, r11872): Remove duplicated and inconsistent code wrt. autoreplace with rules in both vehicles' group and ALL_GROUP.
/* $Id$ *//** @file group_gui.h Functions/definitions that have something to do with groups. */#ifndef GROUP_GUI_H#define GROUP_GUI_H#include"vehicle_type.h"voidShowPlayerGroup(PlayerIDplayer,VehicleTypeveh);#endif /* GROUP_GUI_H */