]> O.S.I.I.S - jp/vkvg.git/commitdiff
reorder svg-viewer.c includes to prevent shadowed definition of c extensions
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Fri, 25 Mar 2022 21:00:31 +0000 (22:00 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Fri, 25 Mar 2022 21:00:31 +0000 (22:00 +0100)
tests/vkvg-svg/svg-viewer.c

index 77a2b2ca844472b3b61dafe850d3a594aabb73cf..c39617e936c50007f1aa0a4a7dd7ce2675c2db46 100644 (file)
@@ -1,3 +1,7 @@
+#include "vkvg.h"
+#include "vkvg-svg.h"
+#include "vkengine.h"
+
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <dirent.h>
@@ -9,10 +13,6 @@
 #include <stdarg.h>
 #include <ctype.h>
 
-#include "vkvg.h"
-#include "vkvg-svg.h"
-#include "vkengine.h"
-
 static VkvgDevice dev;
 static VkvgSurface svgSurf = NULL;
 static double scale = 1;