diff options
Diffstat (limited to 'gui/about.h')
| -rw-r--r-- | gui/about.h | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/gui/about.h b/gui/about.h index fc216a78dc..65062ab79d 100644 --- a/gui/about.h +++ b/gui/about.h @@ -17,9 +17,6 @@   * You should have received a copy of the GNU General Public License   * along with this program; if not, write to the Free Software   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $URL$ - * $Id$   */  #ifndef ABOUT_DIALOG_H @@ -27,7 +24,8 @@  #include "gui/dialog.h"  #include "common/str.h" -#include "graphics/surface.h" +#include "common/array.h" +#include "common/keyboard.h"  namespace GUI {  | 
