summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/alg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/alg.cpp')
-rw-r--r--src/mame/drivers/alg.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/drivers/alg.cpp b/src/mame/drivers/alg.cpp
index 258e2df1a35..4a41651b219 100644
--- a/src/mame/drivers/alg.cpp
+++ b/src/mame/drivers/alg.cpp
@@ -23,12 +23,13 @@
**************************************************************************************/
#include "emu.h"
-#include "cpu/m68000/m68000.h"
-#include "render.h"
#include "includes/amiga.h"
+#include "cpu/m68000/m68000.h"
#include "machine/ldp1450.h"
#include "machine/nvram.h"
#include "machine/amigafdc.h"
+#include "render.h"
+#include "speaker.h"
class alg_state : public amiga_state