X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2FguiChatConsole.h;h=033a2624447bf96ff9dedc74fddd03e3f1cb9ff8;hb=566f7f638a00a698a25b73adc2e619fe63e1a802;hp=2b78b9e345379ce0639ea2b6b1c21fe5f19838fd;hpb=967f25461bbde28dbc0247fa1c491e9d9938a5b2;p=oweals%2Fminetest.git diff --git a/src/guiChatConsole.h b/src/guiChatConsole.h index 2b78b9e34..033a26244 100644 --- a/src/guiChatConsole.h +++ b/src/guiChatConsole.h @@ -3,16 +3,16 @@ Minetest-c55 Copyright (C) 2011 celeron55, Perttu Ahola 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 +it under the terms of the GNU Lesser General Public License as published by +the Free Software Foundation; either version 2.1 of the License, or (at your option) 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. +GNU Lesser General Public License for more details. -You should have received a copy of the GNU General Public License along +You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ @@ -20,7 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #ifndef GUICHATCONSOLE_HEADER #define GUICHATCONSOLE_HEADER -#include "common_irrlicht.h" +#include "irrlichttypes_extrabloated.h" #include "chat.h" class Client;