FLTK logo

[master] f01dec8 - Remove duplicated #include <config.h> directive

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] f01dec8 - Remove duplicated #include <config.h> directive "ManoloFLTK" 00:02 Mar 24  
 
commit f01dec8eb364787fc8c898f3389702f2a222a6b3
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Sun Mar 24 07:53:03 2024 +0100
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Sun Mar 24 07:53:03 2024 +0100

    Remove duplicated #include <config.h> directive

 src/nanosvg.cxx | 1 -
 1 file changed, 1 deletion(-)

diff --git src/nanosvg.cxx src/nanosvg.cxx
index 2a4f0e9..abb9831 100644
--- src/nanosvg.cxx
+++ src/nanosvg.cxx
@@ -34,7 +34,6 @@
 //       Once this is available we can remove this comment block and
 //       the following 3-line "fix":
 
-#include <config.h>
 #include <math.h>                       // must be before #define below !
 static float nsvg__roundf(float x);     // prototype (see nanosvgrast.h)
 #define roundf nsvg__roundf             // redefinition (#937)
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.