mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 04:33:09 +00:00
Use #include "file" instead of #include <file> for consistency.
svn-id: r18443
This commit is contained in:
parent
a35588b9ff
commit
68907449b7
@ -26,7 +26,7 @@
|
||||
#ifndef SAGA_GFX_H_
|
||||
#define SAGA_GFX_H_
|
||||
|
||||
#include <graphics/surface.h>
|
||||
#include "graphics/surface.h"
|
||||
|
||||
namespace Saga {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user