changeset 6222:4795d2ff4e3a draft

(svn r9019) -Fix: use <> for system-headers
author truelight <truelight@openttd.org>
date Mon, 05 Mar 2007 18:00:18 +0000
parents 9c0ae1452c48
children 0205c67df7b6
files src/heightmap.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/heightmap.cpp
+++ b/src/heightmap.cpp
@@ -32,7 +32,7 @@
 
 #ifdef WITH_PNG
 
-#include "png.h"
+#include <png.h>
 
 /**
  * The PNG Heightmap loader.