From d18ff2aeef6e29a971bc4d1cfa4d80eb6c51beef Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Sun, 26 Apr 2009 01:58:49 +0000 Subject: [PATCH] remove config.h from public header file. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2147 fd59a12c-fef9-0310-b244-a6a79926bd2f --- include/corosync/coroipc_types.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/corosync/coroipc_types.h b/include/corosync/coroipc_types.h index 2fc6fde3..0d3e590a 100644 --- a/include/corosync/coroipc_types.h +++ b/include/corosync/coroipc_types.h @@ -35,8 +35,6 @@ #ifndef COROIPC_TYPES_H_DEFINED #define COROIPC_TYPES_H_DEFINED -#include - typedef struct { int size __attribute__((aligned(8))); int id __attribute__((aligned(8)));