X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-lib%2Fbuffer.h;fp=lib-lib%2Fbuffer.h;h=a0c4588adbfbb8d69edf3c79d279a28bf638786b;hp=f459618de1424b70f1267ff08302af99f2c25d2c;hb=1ee89902de184a640c171ae3285bff6882a791bd;hpb=230399f9632c37b66c1c117a17e8327eae6b3235 diff --git a/lib-lib/buffer.h b/lib-lib/buffer.h index f459618..a0c4588 100644 --- a/lib-lib/buffer.h +++ b/lib-lib/buffer.h @@ -29,8 +29,6 @@ #ifndef MUTT_LIB_LIB_BUFFER_H #define MUTT_LIB_LIB_BUFFER_H -#include "str.h" - typedef struct { char *data; /* pointer to data */ char *dptr; /* current read/write position */