diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f65cd96d59..9b9c740408 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-10-01 22:53 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com) + * contrib/tip/httpcln.prg + * removed unnecesary include file hbcompat.ch + 2007-10-01 23:50 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/tip/Makefile * contrib/tip/makefile.bc diff --git a/harbour/contrib/tip/httpcln.prg b/harbour/contrib/tip/httpcln.prg index 6afe68e8f5..f73565cfa6 100644 --- a/harbour/contrib/tip/httpcln.prg +++ b/harbour/contrib/tip/httpcln.prg @@ -51,7 +51,6 @@ * */ -#include "hbcompat.ch" #include "common.ch" #include "hbclass.ch" #include "tip.ch"