From kde-commits Sat May 31 22:45:25 2003 From: Adriaan de Groot Date: Sat, 31 May 2003 22:45:25 +0000 To: kde-commits Subject: kdegames/kshisen X-MARC-Message: https://marc.info/?l=kde-commits&m=105442121002117 CVS commit by adridg: When removing "unneeded" includes, do check if they're unneeded first. time_t is _not_ defined in whatever includes happen to be picked up by the KDE includes that were left on *BSD systems. The header is needed. CCMAIL: kde@davecorrie.com M +3 -0 app.h 1.27 M +3 -0 board.h 1.36 --- kdegames/kshisen/app.h #1.26:1.27 @@ -41,4 +41,7 @@ #define __APP__H__ +// Should this get the whole HAVE_SYS_TIME_H TIME_WITH_SYS_TIME treatment? +#include + #include #include "board.h" --- kdegames/kshisen/board.h #1.35:1.36 @@ -40,4 +40,7 @@ #define __BOARD__H__ +// Should this get the whole HAVE_SYS_TIME_H TIME_WITH_SYS_TIME treatment? +#include + #include #include