Mario: remove linux-specific includes

This commit is contained in:
zv0n 2021-04-26 22:16:25 +02:00
parent b0b84101a2
commit 5d03da3131
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
#include "global_vars.hpp" #include "global_vars.hpp"
#include "objectids.hpp" #include "objectids.hpp"
#include "sprites.hpp" #include "sprites.hpp"
#include <bits/stdint-uintn.h>
std::shared_ptr< SDLPP::RectangleRender > std::shared_ptr< SDLPP::RectangleRender >
createBlock( std::shared_ptr< SDLPP::Renderer > &renderer, double x, double y, createBlock( std::shared_ptr< SDLPP::Renderer > &renderer, double x, double y,

View File

@ -3,7 +3,6 @@
#include "../sdlpp/sdlpp_visitor.hpp" #include "../sdlpp/sdlpp_visitor.hpp"
#include "../sdlpp/sdlpp_geometry.hpp" #include "../sdlpp/sdlpp_geometry.hpp"
#include <bits/stdint-uintn.h>
class MarioVisitor : public SDLPP::Visitor { class MarioVisitor : public SDLPP::Visitor {
public: public: