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:
parent
ac1c64d52f
commit
a3dd9af895
140 changed files with 442 additions and 10639 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue