From 95824d26e438bbf80095dd0fe543b4fa337e8574 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Sat, 9 Apr 2022 23:25:54 -0600 Subject: [PATCH] qbsp.hh: remove surfaces.hh include --- include/qbsp/qbsp.hh | 1 - qbsp/qbsp.cc | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/include/qbsp/qbsp.hh b/include/qbsp/qbsp.hh index b1e8d0b7..6c018fe5 100644 --- a/include/qbsp/qbsp.hh +++ b/include/qbsp/qbsp.hh @@ -370,7 +370,6 @@ struct node_t bool opaque() const; }; -#include #include #include #include diff --git a/qbsp/qbsp.cc b/qbsp/qbsp.cc index 6545d376..4c7aba8b 100644 --- a/qbsp/qbsp.cc +++ b/qbsp/qbsp.cc @@ -33,6 +33,7 @@ #include #include #include +#include #include #include