From 3c2d4cda32b706681074d328a5bb868b66ee2475 Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 28 Feb 2001 16:16:05 +0000 Subject: [PATCH] --- source/player/psbutt.cpp | 4 ---- source/player/pschop.cpp | 4 ---- source/player/psduck.cpp | 6 ------ source/player/psfall.cpp | 6 ------ source/player/psfly.cpp | 6 ------ source/player/psidle.cpp | 4 ---- source/player/psjump.cpp | 4 ---- source/player/psrun.cpp | 8 -------- 8 files changed, 42 deletions(-) diff --git a/source/player/psbutt.cpp b/source/player/psbutt.cpp index 7aaea29dc..0d6be1721 100644 --- a/source/player/psbutt.cpp +++ b/source/player/psbutt.cpp @@ -23,10 +23,6 @@ #include "player\player.h" #endif -#ifndef __PAD_PADS_H__ -#include "pad\pads.h" -#endif - #ifndef __GAME_GAMEBUBS_H__ #include "game\gamebubs.h" #endif diff --git a/source/player/pschop.cpp b/source/player/pschop.cpp index aac2ec04a..e75323acc 100644 --- a/source/player/pschop.cpp +++ b/source/player/pschop.cpp @@ -23,10 +23,6 @@ #include "player\player.h" #endif -#ifndef __PAD_PADS_H__ -#include "pad\pads.h" -#endif - /* Std Lib ------- */ diff --git a/source/player/psduck.cpp b/source/player/psduck.cpp index f7f86ff03..a53e0d830 100644 --- a/source/player/psduck.cpp +++ b/source/player/psduck.cpp @@ -23,12 +23,6 @@ #include "player\player.h" #endif -#ifndef __PAD_PADS_H__ -#include "pad\pads.h" -#endif - - - /* Std Lib ------- */ diff --git a/source/player/psfall.cpp b/source/player/psfall.cpp index 742f090bf..93dbf8010 100644 --- a/source/player/psfall.cpp +++ b/source/player/psfall.cpp @@ -22,12 +22,6 @@ #include "player\player.h" #endif -#ifndef __PAD_PADS_H__ -#include "pad\pads.h" -#endif - - - /* Std Lib ------- */ diff --git a/source/player/psfly.cpp b/source/player/psfly.cpp index e18257e33..dd8de06d3 100644 --- a/source/player/psfly.cpp +++ b/source/player/psfly.cpp @@ -22,12 +22,6 @@ #include "player\player.h" #endif -#ifndef __PAD_PADS_H__ -#include "pad\pads.h" -#endif - - - /* Std Lib ------- */ diff --git a/source/player/psidle.cpp b/source/player/psidle.cpp index 7266500f6..e86b04f84 100644 --- a/source/player/psidle.cpp +++ b/source/player/psidle.cpp @@ -22,10 +22,6 @@ #include "player\player.h" #endif -#ifndef __PAD_PADS_H__ -#include "pad\pads.h" -#endif - #ifndef __UTILS_HEADER__ #include "utils\utils.h" #endif diff --git a/source/player/psjump.cpp b/source/player/psjump.cpp index 7d9e357e1..c0b99a81b 100644 --- a/source/player/psjump.cpp +++ b/source/player/psjump.cpp @@ -23,10 +23,6 @@ #include "player\player.h" #endif -#ifndef __PAD_PADS_H__ -#include "pad\pads.h" -#endif - #ifndef __SOUND_SOUND_H__ #include "sound\sound.h" #endif diff --git a/source/player/psrun.cpp b/source/player/psrun.cpp index f1a99712b..5186f75c2 100644 --- a/source/player/psrun.cpp +++ b/source/player/psrun.cpp @@ -22,14 +22,6 @@ #include "player\player.h" #endif -#ifndef __UTILS_HEADER__ -#include "utils\utils.h" -#endif - -#ifndef __PAD_PADS_H__ -#include "pad\pads.h" -#endif - /* Std Lib ------- */