1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/graphics/ecg2png/files/patch-ab
Will Andrews e9188fa59f Add ecg2png, a electrocardiogram-to-PNG converter. This has got to be the
weirdest image conversion program I've ever seen.  =)
2000-07-04 05:09:41 +00:00

11 lines
265 B
Plaintext

--- ecg2png/smooth_image.cpp Sun Oct 17 12:00:50 1999
+++ ecg2png/smooth_image.cpp.new Tue Jul 4 00:52:14 2000
@@ -18,7 +18,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <qimage.h>
-#include <qimageio.h>
#include "my_imageio.h"
extern QImageIO iio;