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

@ -1,3 +1,7 @@
#include <stdbool.h>
#include <string.h>
#include <stdio.h>
#ifdef USE_SDL1
#include <guichan.hpp>
#include <SDL/SDL_ttf.h>
@ -9,11 +13,9 @@
#include <guisan/sdl.hpp>
#endif
#include "SelectorEntry.hpp"
#include "UaeRadioButton.hpp"
#include "UaeDropDown.hpp"
#include "UaeCheckBox.hpp"
#include "sysconfig.h"
#include "sysdeps.h"
#include "options.h"
#include "autoconf.h"