plugins: another round of making local things static and adding missing #includes

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31453 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2011-12-28 11:32:13 +00:00
parent 7949dd4dae
commit d2cdd80f5c
11 changed files with 57 additions and 52 deletions

View file

@ -8,6 +8,7 @@
#include "sound.h"
#include "rtc-gb.h"
#include "pcm.h"
#include "emu.h"
/*
* emu_reset is called to initialize the state of the emulated

View file

@ -6,6 +6,7 @@
#include "regs.h"
#include "lcd-gb.h"
#include "fb.h"
#include "lcdc.h"
#define C (cpu.lcdc)

View file

@ -7,6 +7,7 @@
#include "rtc-gb.h"
#include "save.h"
#include "sound.h"
#include "loader.h"
/* From http://www.semis.demon.co.uk/Gameboy/Gbspec.txt (4/17/2007)
* Cartridge type:

View file

@ -9,6 +9,7 @@
#include "rtc-gb.h"
#include "mem.h"
#include "sound.h"
#include "save.h"
#ifdef ROCKBOX_LITTLE_ENDIAN
#define LIL(x) (x)