Use #include "file" instead of #include <file> for consistency.

svn-id: r18443
This commit is contained in:
Torbjörn Andersson 2005-06-23 20:20:27 +00:00
parent a35588b9ff
commit 68907449b7

View File

@ -26,7 +26,7 @@
#ifndef SAGA_GFX_H_
#define SAGA_GFX_H_
#include <graphics/surface.h>
#include "graphics/surface.h"
namespace Saga {