Clean up header includes.

This commit is contained in:
Zed A. Shaw 2025-02-04 13:26:22 -05:00
parent 1d3a76e5ee
commit 75ffb49a53
4 changed files with 10 additions and 25 deletions

View file

@ -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;