From ebe85645a1df41409d8255afbe628c51f36d9493 Mon Sep 17 00:00:00 2001 From: "Alfred M. Szmidt" Date: Mon, 19 Feb 2024 17:45:10 +0100 Subject: [PATCH] Include , etc instead of ; as per SDL2 recommendation.. --- emu/dis340.c | 2 +- emu/joy.c | 3 ++- emu/main_panel.c | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/emu/dis340.c b/emu/dis340.c index ada2f8e..24a78f6 100644 --- a/emu/dis340.c +++ b/emu/dis340.c @@ -1,5 +1,5 @@ #include "pdp6.h" -#include +#include //#define JUSTTESTING diff --git a/emu/joy.c b/emu/joy.c index 379aaaf..3cf691a 100644 --- a/emu/joy.c +++ b/emu/joy.c @@ -1,6 +1,7 @@ #include "pdp6.h" +#include #include -#include +#include char *joy_ident = JOY_IDENT; char *ojoy_ident = OJOY_IDENT; diff --git a/emu/main_panel.c b/emu/main_panel.c index f6189a4..eee5951 100644 --- a/emu/main_panel.c +++ b/emu/main_panel.c @@ -1,7 +1,7 @@ #include "pdp6.h" #include -#include -#include +#include +#include #include "args.h" #include "../art/panelart.inc"