diff options
Diffstat (limited to 'camel/camel-folder-summary.h')
-rw-r--r-- | camel/camel-folder-summary.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/camel/camel-folder-summary.h b/camel/camel-folder-summary.h index 6aa8e9525d..5fc675b5fd 100644 --- a/camel/camel-folder-summary.h +++ b/camel/camel-folder-summary.h @@ -97,7 +97,6 @@ typedef struct _CamelSummaryReferences { #define DOEPOOLV #if defined (DOEPOOLV) || defined (DOESTRV) -#include "../e-util/e-memory.h" /* string array indices */ enum { @@ -115,7 +114,7 @@ enum { struct _CamelMessageInfo { /* public fields */ #ifdef DOEPOOLV - EPoolv *strings; + struct _EPoolv *strings; #elif defined (DOESTRV) struct _EStrv *strings; /* all strings packed into a single compact array */ #else |