diff --git a/include/crm/ais.h b/include/crm/ais.h index d14bd5206d..60be30ea76 100644 --- a/include/crm/ais.h +++ b/include/crm/ais.h @@ -1,39 +1,34 @@ /* * Copyright (C) 2004 Andrew Beekhof * * 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.1 of the License, or (at your option) any later version. * * This software 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 library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #ifndef CRM_AIS__H #define CRM_AIS__H #include #include #include -#if SUPPORT_AIS -#include -#include -#include -#endif #include extern enum crm_ais_msg_types text2msg_type(const char *text); extern enum crm_ais_msg_types crm_system_type; extern char *get_ais_data(AIS_Message *msg); extern gboolean check_message_sanity(AIS_Message *msg, char *data); #endif