include tools from geom as there's a dep

master
Daniel Kolesa 2020-04-28 04:18:59 +02:00
parent e58ef89426
commit c3faff7d4a
4 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,6 @@
#include <shared/gl.hh>
#include <shared/tools.hh>
#include <shared/geom.hh>
extern matrix4 nojittermatrix;

View File

@ -3,7 +3,6 @@
#include <shared/gl.hh>
#include <shared/tools.hh>
#include <shared/geom.hh>
extern int worldsize; /* FIXME: remove */

View File

@ -1,7 +1,6 @@
#ifndef ENGINE_WORLD_HH
#define ENGINE_WORLD_HH
#include <shared/tools.hh>
#include <shared/geom.hh>
#include <shared/ents.hh>

View File

@ -1,6 +1,8 @@
#ifndef GEOM_HH
#define GEOM_HH
#include "tools.hh"
struct vec;
struct vec4;