changeset 147:0f32c51fb58d

Reverse order of png.h and octave/oct.h even though it shouldn't matter.
author pkienzle
date Sat, 28 May 2005 20:23:02 +0000
parents 13596267a133
children 6c2904b650c9
files pngread.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pngread.cc
+++ b/pngread.cc
@@ -32,8 +32,8 @@
 
 */
 
+#include <png.h>
 #include <octave/oct.h>
-#include "png.h"
 
 typedef struct
 {