rationnalize includes a lot:
[apps/madmutt.git] / lib-lib / buffer.h
index f459618..a0c4588 100644 (file)
@@ -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 */