]> O.S.I.I.S - jp/vkvg.git/commitdiff
add include guard to vkvg_nsvg.h debug
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Mon, 31 Aug 2020 13:58:54 +0000 (15:58 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Mon, 31 Aug 2020 13:58:54 +0000 (15:58 +0200)
include/vkvg-nsvg.h

index b4abdf37db6bcf53351a7408ef45f581c32c2c9a..dc036c466ddcfbc9fc381662033c5ed6dd221240 100644 (file)
@@ -19,8 +19,6 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
-#include "vkvg.h"
-
 #ifndef VKVG_NSVG_H
 #define VKVG_NSVG_H
 
@@ -28,6 +26,8 @@
 extern "C" {
 #endif
 
+#include "vkvg.h"
+
 /*! @defgroup nsvg Nano SVG
  * @brief Render SVG drawings
  *