2009-02-21 01:49 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

* contrib/hbgd/gdwrp.c
    % Deleted #includes not necessary.
This commit is contained in:
Viktor Szakats
2009-02-21 00:49:35 +00:00
parent 63870d6932
commit 1a82ec1c3e
2 changed files with 4 additions and 7 deletions

View File

@@ -8,6 +8,10 @@
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-02-21 01:49 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbgd/gdwrp.c
% Deleted #includes not necessary.
2009-02-21 01:11 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* source/compiler/hbusage.c
! Fixed to not show -n option as '(default)' on help screen.

View File

@@ -50,11 +50,8 @@
*
*/
#define HB_OS_WIN_USED
#include "hbapi.h"
#include "hbapiitm.h"
#include "hbstack.h"
#include "hbapierr.h"
#include "hbapifs.h"
@@ -62,10 +59,6 @@
#include "config.h"
#endif
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include "gd.h"
#include "gdfontt.h"
#include "gdfonts.h"