diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-24 20:53:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-24 20:53:13 +0300 |
commit | 86ecec8fd98eb7fa1326a58c0f97e6fc89d36ad6 (patch) | |
tree | ebed0710558d46a852597c9c668c93af0a4051ec /src/enums | |
parent | 9c6e1619b7416d85fa031036b70ebff4357d65ca (diff) | |
download | plus-86ecec8fd98eb7fa1326a58c0f97e6fc89d36ad6.tar.gz plus-86ecec8fd98eb7fa1326a58c0f97e6fc89d36ad6.tar.bz2 plus-86ecec8fd98eb7fa1326a58c0f97e6fc89d36ad6.tar.xz plus-86ecec8fd98eb7fa1326a58c0f97e6fc89d36ad6.zip |
Remove simpletypes.h.
Diffstat (limited to 'src/enums')
-rw-r--r-- | src/enums/simpletypes/simpletypes.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/enums/simpletypes/simpletypes.h b/src/enums/simpletypes/simpletypes.h deleted file mode 100644 index a34465232..000000000 --- a/src/enums/simpletypes/simpletypes.h +++ /dev/null @@ -1,28 +0,0 @@ -/* - * The ManaPlus Client - * Copyright (C) 2015 The ManaPlus Developers - * - * This file is part of The ManaPlus Client. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -#ifndef ENUMS_SIMPLETYPES_SIMPLETYPES_H -#define ENUMS_SIMPLETYPES_SIMPLETYPES_H - -#include "enums/simpletypes/simpledefines.h" - -#include "localconsts.h" - -#endif // ENUMS_SIMPLETYPES_SIMPLETYPES_H |