diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-09-12 02:51:15 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-09-12 02:51:15 (GMT) |
commit | 54b35a4a844f7f66db43b08a2a557cba7e81e302 (patch) | |
tree | 045c17e47c0c2131903c175662b2d234878878c4 /src/imageutils-lodepng.cc | |
parent | 03a9bfd7d247ee32023a43efe9956a9407d12fa7 (diff) |
rendersettings.h not needed
Diffstat (limited to 'src/imageutils-lodepng.cc')
-rw-r--r-- | src/imageutils-lodepng.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/imageutils-lodepng.cc b/src/imageutils-lodepng.cc index 46b593d..a71a017 100644 --- a/src/imageutils-lodepng.cc +++ b/src/imageutils-lodepng.cc @@ -5,7 +5,6 @@ #include <vector> #include <iterator> #include <algorithm> -#include "rendersettings.h" bool write_png(std::ostream &output, unsigned char *pixels, int width, int height) { |