From 570a80dfadd2513f628b4d540fc719883fa8674a Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Thu, 27 Nov 2008 17:31:49 +0100 Subject: Renamed eurephia_struct.h to eurephia_context.h Since this include file now only consists of eurephiaCTX definition, it was moved to the common/ directory and renamed. Moved the SESSION_* definitions out of this file and into plugin/eurephiadb_session.h where they belong. Moved the Posix MQ definitions into plugin/firewall/eurephiafw_struct.h where they belong. eurephia_context.h is now containing only context related things. --- database/eurephiadb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'database/eurephiadb.h') diff --git a/database/eurephiadb.h b/database/eurephiadb.h index 2e0ab29..6fd52ad 100644 --- a/database/eurephiadb.h +++ b/database/eurephiadb.h @@ -18,7 +18,7 @@ * */ -#include +#include #include #include #include -- cgit