diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-10-23 02:46:15 -0700 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-10-23 02:46:15 -0700 |
commit | 10cb83579feb53e7524ec899c0bff19161877669 (patch) | |
tree | a8bbac3634560412f03cd2404348c06ee7b47bfc /src/util/raster.cpp | |
parent | 40a933ddce390b7926c25bb00a95f34fd76453ae (diff) | |
download | qtlocation-mapboxgl-10cb83579feb53e7524ec899c0bff19161877669.tar.gz |
gcc fixes
Diffstat (limited to 'src/util/raster.cpp')
-rw-r--r-- | src/util/raster.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util/raster.cpp b/src/util/raster.cpp index c4d7a15400..76cd411223 100644 --- a/src/util/raster.cpp +++ b/src/util/raster.cpp @@ -6,8 +6,6 @@ #include <mbgl/util/uv_detail.hpp> #include <mbgl/util/std.hpp> -#include <png.h> - #include <cassert> #include <cstring> |