diff options
author | Torbjörn Andersson | 2005-06-23 20:20:27 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-06-23 20:20:27 +0000 |
commit | 68907449b75479481348af5d3d4842a96b7651f6 (patch) | |
tree | e731c9a06ec444146b0300b9d0ca472403dc9a1a /saga | |
parent | a35588b9ffd65f3ac468543802eab3f2bfe65b94 (diff) | |
download | scummvm-rg350-68907449b75479481348af5d3d4842a96b7651f6.tar.gz scummvm-rg350-68907449b75479481348af5d3d4842a96b7651f6.tar.bz2 scummvm-rg350-68907449b75479481348af5d3d4842a96b7651f6.zip |
Use #include "file" instead of #include <file> for consistency.
svn-id: r18443
Diffstat (limited to 'saga')
-rw-r--r-- | saga/gfx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/gfx.h b/saga/gfx.h index 8f3c9a0c15..65132897c4 100644 --- a/saga/gfx.h +++ b/saga/gfx.h @@ -26,7 +26,7 @@ #ifndef SAGA_GFX_H_ #define SAGA_GFX_H_ -#include <graphics/surface.h> +#include "graphics/surface.h" namespace Saga { |