qbsp.hh: remove csg4.hh include
This commit is contained in:
parent
9295181f84
commit
147a76c11b
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
#include <list>
|
||||
|
||||
#include <qbsp/brush.hh>
|
||||
|
||||
#include <qbsp/csg4.hh>
|
||||
#include <qbsp/qbsp.hh>
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@
|
|||
*/
|
||||
// csg4.c
|
||||
|
||||
#include <qbsp/csg4.hh>
|
||||
|
||||
#include <qbsp/qbsp.hh>
|
||||
|
||||
#include <qbsp/brush.hh>
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
// merge.c
|
||||
|
||||
#include <qbsp/qbsp.hh>
|
||||
#include <qbsp/csg4.hh>
|
||||
|
||||
#ifdef PARANOID
|
||||
static void CheckColinear(face_t *f)
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include <climits>
|
||||
|
||||
#include <qbsp/csg4.hh>
|
||||
#include <qbsp/qbsp.hh>
|
||||
#include <qbsp/brush.hh>
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
*/
|
||||
|
||||
#include <qbsp/qbsp.hh>
|
||||
#include <qbsp/csg4.hh>
|
||||
#include <qbsp/brush.hh>
|
||||
|
||||
#include <map>
|
||||
|
|
|
|||
Loading…
Reference in New Issue