From 530aa4ce6d2994b840a4a644bc376f4cf6bb6024 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Wed, 23 Dec 2020 22:34:14 +0700 Subject: [PATCH] Simplify including sun/fbio.h. (#130) Both sides of this #ifdef were the same, so just collapse it. This code isn't actually relevant any longer, but this removes an OS-specific #ifdef, making inspection of platform specific code a bit easier. --- src/ldeboot.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ldeboot.c b/src/ldeboot.c index fd13773..3049c51 100644 --- a/src/ldeboot.c +++ b/src/ldeboot.c @@ -25,11 +25,7 @@ #endif #ifdef USESUNSCREEN -#ifdef OS5 #include -#else -#include -#endif /* OS5 */ #endif /* USESUNSCREEN */ #include "unixfork.h"