diff options
author | Torbjörn Andersson | 2008-01-09 21:15:34 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2008-01-09 21:15:34 +0000 |
commit | 1cb4578d2ff826e4a2d4bddfae169165a96ea5de (patch) | |
tree | 77d56aaf8919c3cf97473ac99cfd0125d1f76e45 | |
parent | 6f4acae161840986453e69b86ddf5fadefb75d13 (diff) | |
download | scummvm-rg350-1cb4578d2ff826e4a2d4bddfae169165a96ea5de.tar.gz scummvm-rg350-1cb4578d2ff826e4a2d4bddfae169165a96ea5de.tar.bz2 scummvm-rg350-1cb4578d2ff826e4a2d4bddfae169165a96ea5de.zip |
Cleanup.
svn-id: r30357
-rw-r--r-- | gui/widget.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gui/widget.h b/gui/widget.h index a91204c679..00bf800857 100644 --- a/gui/widget.h +++ b/gui/widget.h @@ -28,15 +28,10 @@ #include "common/scummsys.h" #include "common/str.h" #include "common/keyboard.h" -#include "graphics/font.h" #include "graphics/surface.h" #include "gui/object.h" #include "gui/theme.h" -namespace Graphics { - class Font; -} - namespace GUI { class Dialog; |