qbsp.hh: remove csg4.hh include

This commit is contained in:
Eric Wasylishen 2022-04-09 23:17:43 -06:00
parent 9295181f84
commit 147a76c11b
7 changed files with 10 additions and 2 deletions

View File

@ -21,9 +21,13 @@
#pragma once
#include <common/qvec.hh>
#include <list>
#include <tuple>
struct face_t;
int MakeSkipTexinfo();
face_t *NewFaceFromFace(const face_t *in);
face_t *MirrorFace(const face_t *face);

View File

@ -370,7 +370,6 @@ struct node_t
bool opaque() const;
};
#include <qbsp/csg4.hh>
#include <qbsp/solidbsp.hh>
#include <qbsp/merge.hh>
#include <qbsp/surfaces.hh>

View File

@ -24,7 +24,7 @@
#include <list>
#include <qbsp/brush.hh>
#include <qbsp/csg4.hh>
#include <qbsp/qbsp.hh>
/*

View File

@ -20,6 +20,8 @@
*/
// csg4.c
#include <qbsp/csg4.hh>
#include <qbsp/qbsp.hh>
#include <qbsp/brush.hh>

View File

@ -21,6 +21,7 @@
// merge.c
#include <qbsp/qbsp.hh>
#include <qbsp/csg4.hh>
#ifdef PARANOID
static void CheckColinear(face_t *f)

View File

@ -21,6 +21,7 @@
#include <climits>
#include <qbsp/csg4.hh>
#include <qbsp/qbsp.hh>
#include <qbsp/brush.hh>

View File

@ -20,6 +20,7 @@
*/
#include <qbsp/qbsp.hh>
#include <qbsp/csg4.hh>
#include <qbsp/brush.hh>
#include <map>