Clean up header includes.
This commit is contained in:
parent
1d3a76e5ee
commit
75ffb49a53
4 changed files with 10 additions and 25 deletions
|
@ -1,7 +1,12 @@
|
|||
#include "raycaster.hpp"
|
||||
#include "texture.hpp"
|
||||
#include "dbc.hpp"
|
||||
#include "matrix.hpp"
|
||||
#include <algorithm>
|
||||
#include "constants.hpp"
|
||||
#include <cmath>
|
||||
#include <cstdlib>
|
||||
#include <fmt/core.h>
|
||||
#include <memory>
|
||||
#include <numbers>
|
||||
|
||||
using namespace fmt;
|
||||
using std::make_unique;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue