diff options
Diffstat (limited to 'source/frontend/StarInventory.hpp')
-rw-r--r-- | source/frontend/StarInventory.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/frontend/StarInventory.hpp b/source/frontend/StarInventory.hpp index af08f62..4e67446 100644 --- a/source/frontend/StarInventory.hpp +++ b/source/frontend/StarInventory.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_INVENTORY_HPP -#define STAR_INVENTORY_HPP +#pragma once #include "StarPane.hpp" #include "StarInventoryTypes.hpp" @@ -66,5 +65,3 @@ private: }; } - -#endif |