From d13003008ab5054d328ff4804e7d0ffeeb88d8e8 Mon Sep 17 00:00:00 2001
From: Rob Swindell <rob@synchro.net>
Date: Wed, 9 Mar 2022 20:55:38 -0800
Subject: [PATCH] Don't #include xpendian.h since we're not using it

---
 src/sbbs3/fmsgdump.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/sbbs3/fmsgdump.c b/src/sbbs3/fmsgdump.c
index e95666e377..ff438115a4 100644
--- a/src/sbbs3/fmsgdump.c
+++ b/src/sbbs3/fmsgdump.c
@@ -3,7 +3,6 @@
 
 #include "gen_defs.h"
 #include "fidodefs.h"
-#include "xpendian.h"	/* swap */
 #include "dirwrap.h"	/* _PATH_DEVNULL */
 #include <stdio.h>
 #include <string.h>
-- 
GitLab