aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/driver')
-rw-r--r--sword2/driver/d_draw.cpp4
-rw-r--r--sword2/driver/palette.h27
-rw-r--r--sword2/driver/rdwin.cpp2
-rw-r--r--sword2/driver/rdwin.h27
-rw-r--r--sword2/driver/render.cpp1
-rw-r--r--sword2/driver/sprite.cpp3
6 files changed, 1 insertions, 63 deletions
diff --git a/sword2/driver/d_draw.cpp b/sword2/driver/d_draw.cpp
index 4b94388b9a..e5ec0ba705 100644
--- a/sword2/driver/d_draw.cpp
+++ b/sword2/driver/d_draw.cpp
@@ -19,14 +19,12 @@
#include "stdafx.h"
#include "sound/mixer.h"
+#include "sword2/sword2.h"
#include "sword2/driver/driver96.h"
-#include "sword2/driver/rdwin.h"
#include "sword2/driver/d_draw.h"
-#include "sword2/driver/palette.h"
#include "sword2/driver/render.h"
#include "sword2/header.h" // HACK: For cutscenes instruction message
#include "sword2/maketext.h" // HACK: For cutscenes instruction message
-#include "sword2/sword2.h"
namespace Sword2 {
diff --git a/sword2/driver/palette.h b/sword2/driver/palette.h
deleted file mode 100644
index 34de190bd6..0000000000
--- a/sword2/driver/palette.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program 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 General Public License for more details.
- *
- * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * $Header$
- */
-
-#ifndef PALETTE_H
-#define PALETTE_H
-
-namespace Sword2 {
-
-} // End of namespace Sword2
-
-#endif
diff --git a/sword2/driver/rdwin.cpp b/sword2/driver/rdwin.cpp
index 42cc6e96de..911bc1b646 100644
--- a/sword2/driver/rdwin.cpp
+++ b/sword2/driver/rdwin.cpp
@@ -22,9 +22,7 @@
#include "sword2/driver/driver96.h"
#include "sword2/driver/_mouse.h"
#include "sword2/driver/keyboard.h"
-#include "sword2/driver/rdwin.h"
#include "sword2/driver/d_draw.h"
-#include "sword2/driver/palette.h"
#include "sword2/driver/render.h"
#include "sword2/driver/menu.h"
#include "sword2/driver/d_sound.h"
diff --git a/sword2/driver/rdwin.h b/sword2/driver/rdwin.h
deleted file mode 100644
index 4fbbf33a35..0000000000
--- a/sword2/driver/rdwin.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program 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 General Public License for more details.
- *
- * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * $Header$
- */
-
-#ifndef RDWIN_H
-#define RDWIN_H
-
-namespace Sword2 {
-
-} // End of namespace Sword2
-
-#endif
diff --git a/sword2/driver/render.cpp b/sword2/driver/render.cpp
index 0b01468ac9..eb58c9b96d 100644
--- a/sword2/driver/render.cpp
+++ b/sword2/driver/render.cpp
@@ -20,7 +20,6 @@
#include "stdafx.h"
#include "sword2/driver/driver96.h"
#include "sword2/driver/d_draw.h"
-#include "sword2/driver/rdwin.h"
#include "sword2/driver/_mouse.h"
#include "sword2/driver/render.h"
#include "sword2/driver/menu.h"
diff --git a/sword2/driver/sprite.cpp b/sword2/driver/sprite.cpp
index ba0a95bc0e..c7bf74177f 100644
--- a/sword2/driver/sprite.cpp
+++ b/sword2/driver/sprite.cpp
@@ -21,9 +21,6 @@
#include "sword2/driver/driver96.h"
#include "sword2/driver/d_draw.h"
#include "sword2/driver/render.h"
-#include "sword2/driver/menu.h"
-#include "sword2/driver/palette.h"
-#include "sword2/driver/rdwin.h"
namespace Sword2 {