diff options
Diffstat (limited to 'src/inventory.h')
-rw-r--r-- | src/inventory.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/inventory.h b/src/inventory.h index 2f8757f1c..c11264213 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -17,8 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef INVENTORY_HEADER -#define INVENTORY_HEADER +#pragma once #include "debug.h" #include "itemdef.h" @@ -310,5 +309,3 @@ private: IItemDefManager *m_itemdef; bool m_dirty = false; }; - -#endif |