On Wed, Jan 04, 2012 at 12:50:53AM +0100, ib wrote: > > Log: > Remove unnecessary #include. > > The #include is already in the header file where it has to be. It should be in the .c file if the .c file uses parts from the header. It should not be in the .h file if the .h file does not use parts from the header. Diego