Code cleanup (#393)

* Code cleanup using deheader for removing unnused headers and adding others to be portable. Removed unused files and renamed .cpp files that are only used as #includes in others

* add missing files
This commit is contained in:
Christer Solskogen 2018-12-23 15:34:53 +01:00 committed by Dimitris Panokostas
parent ac1c64d52f
commit a3dd9af895
140 changed files with 442 additions and 10639 deletions

View file

@ -6,13 +6,12 @@
* (c) 1995 Bernd Schmidt, Alessandro Bissacco
* (c) 2002 - 2005 Toni Wilen
*/
#include <stdbool.h>
#include "sysconfig.h"
#include "sysdeps.h"
#include "options.h"
#include "uae.h"
#include "include/memory.h"
#include "memory.h"
#include "custom.h"
#include "newcpu.h"
#include "savestate.h"