diff options
author | Filippos Karapetis | 2014-12-03 01:12:35 +0200 |
---|---|---|
committer | Filippos Karapetis | 2014-12-03 01:12:35 +0200 |
commit | 2a4a6df5f2ae89132fd93d26b03599b6cc5c5fb7 (patch) | |
tree | 3b79568bbd20a9cc2d9e2f3c81d387b1ac541e38 /engines/zvision/fonts | |
parent | 7976a34bbfbece2686712d80b1efa3612cb2b441 (diff) | |
download | scummvm-rg350-2a4a6df5f2ae89132fd93d26b03599b6cc5c5fb7.tar.gz scummvm-rg350-2a4a6df5f2ae89132fd93d26b03599b6cc5c5fb7.tar.bz2 scummvm-rg350-2a4a6df5f2ae89132fd93d26b03599b6cc5c5fb7.zip |
ZVISION: Remove superfluous spacing and reorder some includes
Diffstat (limited to 'engines/zvision/fonts')
-rw-r--r-- | engines/zvision/fonts/truetype_font.cpp | 1 | ||||
-rw-r--r-- | engines/zvision/fonts/truetype_font.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/engines/zvision/fonts/truetype_font.cpp b/engines/zvision/fonts/truetype_font.cpp index 638a8ed233..a9363d8923 100644 --- a/engines/zvision/fonts/truetype_font.cpp +++ b/engines/zvision/fonts/truetype_font.cpp @@ -37,7 +37,6 @@ #include "graphics/fonts/ttf.h" #include "graphics/surface.h" - namespace ZVision { TruetypeFont::TruetypeFont(ZVision *engine, int32 fontHeight) diff --git a/engines/zvision/fonts/truetype_font.h b/engines/zvision/fonts/truetype_font.h index 771c02a6dc..30ef1c73a3 100644 --- a/engines/zvision/fonts/truetype_font.h +++ b/engines/zvision/fonts/truetype_font.h @@ -28,7 +28,6 @@ #include "graphics/font.h" #include "graphics/pixelformat.h" - namespace Graphics { struct Surface; } |