mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-27 02:18:11 +00:00
Remove unused includes. (PR #1178)
This commit is contained in:
@@ -40,15 +40,12 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#include "StdAfx.h"
|
||||
|
||||
#include "Joystick.h"
|
||||
#include "Windows/AppleWin.h"
|
||||
#include "CPU.h"
|
||||
#include "Memory.h"
|
||||
#include "YamlHelper.h"
|
||||
#include "Interface.h"
|
||||
#include "CopyProtectionDongles.h"
|
||||
|
||||
#include "Configuration/PropertySheet.h"
|
||||
|
||||
enum {DEVICE_NONE=0, DEVICE_JOYSTICK, DEVICE_KEYBOARD, DEVICE_MOUSE, DEVICE_JOYSTICK_THUMBSTICK2};
|
||||
|
||||
// Indexed by joytype[n]
|
||||
|
||||
Reference in New Issue
Block a user