diff --git a/games/conway.cpp b/games/conway.cpp index 7d0bbfe0..3870cc69 100644 --- a/games/conway.cpp +++ b/games/conway.cpp @@ -20,8 +20,7 @@ *******************************************************************************/ -#include -#include +#include #include #include #include diff --git a/games/snake.cpp b/games/snake.cpp index 5d3c1317..b3078c8b 100644 --- a/games/snake.cpp +++ b/games/snake.cpp @@ -20,8 +20,7 @@ *******************************************************************************/ -#include -#include +#include #include #include #include diff --git a/libmaxsi/include/libmaxsi/sortix-vga.h b/libmaxsi/include/libmaxsi/sortix-vga.h deleted file mode 100644 index 18f486ad..00000000 --- a/libmaxsi/include/libmaxsi/sortix-vga.h +++ /dev/null @@ -1,38 +0,0 @@ -/****************************************************************************** - - COPYRIGHT(C) JONAS 'SORTIE' TERMANSEN 2011. - - This file is part of LibMaxsi. - - LibMaxsi is free software: you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by the Free - Software Foundation, either version 3 of the License, or (at your option) - any later version. - - LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY - WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for - more details. - - You should have received a copy of the GNU Lesser General Public License - along with LibMaxsi. If not, see . - - sortix-vga.h - Provides access to the VGA framebuffer under Sortix. This is highly - unportable and is very likely to be removed or changed radically. - -******************************************************************************/ - -#ifndef LIBMAXSI_SORTIX_VGA_H -#define LIBMAXSI_SORTIX_VGA_H - -#include - -namespace System -{ - namespace VGA - { - } -} - -#endif