]> git.saurik.com Git - wxWidgets.git/commitdiff
reverting style of include back to user include as before
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 9 May 2008 16:57:43 +0000 (16:57 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 9 May 2008 16:57:43 +0000 (16:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/imagpng.cpp

index 5d91abbe17a9e2f64ddcb05d141cf645431624da..21bcf6ee4d55e5568b77ef520d26dfb39f7e13fd 100644 (file)
@@ -33,7 +33,7 @@
     #include "wx/stream.h"
 #endif
 
-#include <png.h>
+#include "png.h"
 
 // For memcpy
 #include <string.h>