From ab33114053ef9fe445b7045c1b4236038d320cf3 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Sun, 24 Sep 2006 19:43:37 +0000
Subject: [PATCH] Move sbbs.h higher so it's included before windows.h gets
 sucked from wherever it's getting sucked from.

---
 src/sbbs3/ctrl/ClientFormUnit.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/ctrl/ClientFormUnit.cpp b/src/sbbs3/ctrl/ClientFormUnit.cpp
index 64130d008c..2a9424151f 100644
--- a/src/sbbs3/ctrl/ClientFormUnit.cpp
+++ b/src/sbbs3/ctrl/ClientFormUnit.cpp
@@ -38,10 +38,10 @@
 #include <vcl.h>
 #pragma hdrstop
 
+#include "sbbs.h"		// filter_ip
 #include <stdio.h>      // sprintf
 #include <winsock.h>    // closesocket
 #include "ClientFormUnit.h"
-#include "sbbs.h"		// filter_ip
 
 void socket_open(void*, BOOL open);
 //---------------------------------------------------------------------------
-- 
GitLab