diff options
Diffstat (limited to 'src/database.h')
-rw-r--r-- | src/database.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/database.h b/src/database.h index 5a2b844fd..867bca07f 100644 --- a/src/database.h +++ b/src/database.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 DATABASE_HEADER -#define DATABASE_HEADER +#pragma once #include <string> #include <vector> @@ -61,5 +60,3 @@ public: virtual bool removePlayer(const std::string &name) = 0; virtual void listPlayers(std::vector<std::string> &res) = 0; }; - -#endif |