diff options
Diffstat (limited to 'src/content_cao.h')
-rw-r--r-- | src/content_cao.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/content_cao.h b/src/content_cao.h index dc254ad5b..693961348 100644 --- a/src/content_cao.h +++ b/src/content_cao.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 CONTENT_CAO_HEADER -#define CONTENT_CAO_HEADER +#pragma once #include <map> #include "irrlichttypes_extrabloated.h" @@ -214,6 +213,3 @@ public: return m_prop.infotext; } }; - - -#endif |