diff --git a/src/nanosvg.h b/src/nanosvg.h index 0c586161..aaf04280 100644 --- a/src/nanosvg.h +++ b/src/nanosvg.h @@ -181,8 +181,6 @@ void nsvgDelete(NSVGimage* image); #endif #endif -#endif // NANOSVG_H - #ifdef NANOSVG_IMPLEMENTATION #include @@ -3008,3 +3006,5 @@ void nsvgDelete(NSVGimage* image) } #endif + +#endif // NANOSVG_H \ No newline at end of file diff --git a/src/nanosvgrast.h b/src/nanosvgrast.h index 4f6f0a62..fa3427bd 100644 --- a/src/nanosvgrast.h +++ b/src/nanosvgrast.h @@ -74,8 +74,6 @@ void nsvgDeleteRasterizer(NSVGrasterizer*); #endif #endif -#endif // NANOSVGRAST_H - #ifdef NANOSVGRAST_IMPLEMENTATION #include @@ -1456,3 +1454,5 @@ void nsvgRasterize(NSVGrasterizer* r, } #endif + +#endif // NANOSVGRAST_H \ No newline at end of file