diff --git a/deps/first/Input/include/Input/Handler.hpp b/deps/first/Input/include/Input/Handler.hpp index 8e68ee78c..e4f0366c2 100644 --- a/deps/first/Input/include/Input/Handler.hpp +++ b/deps/first/Input/include/Input/Handler.hpp @@ -1,5 +1,4 @@ -#ifndef IO_INPUT_HANDLER_HPP -#define IO_INPUT_HANDLER_HPP +#pragma once // TODO: Abstract more... need to get rid of Windows.h from InputHandler.cpp @@ -111,5 +110,3 @@ namespace RC::Input }; #endif // HAS_INPUT } // namespace RC::Input - -#endif // IO_INPUT_HANDLER_HPP