Skip to content

Commit

Permalink
imap/mboxevent.c: remove double #include’d headers
Browse files Browse the repository at this point in the history
Found by deheader.
  • Loading branch information
dilyanpalauzov committed Feb 19, 2021
1 parent 615e198 commit b979876
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions imap/mboxevent.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,10 @@
#include "times.h"
#include "xmalloc.h"

#include "map.h"
#include "mboxevent.h"
#include "mboxname.h"
#include "msgrecord.h"
#include "notify.h"
#include "global.h"

#define MESSAGE_EVENTS (EVENT_MESSAGE_APPEND|EVENT_MESSAGE_EXPIRE|\
EVENT_MESSAGE_EXPUNGE|EVENT_MESSAGE_NEW|\
Expand Down

0 comments on commit b979876

Please sign in to comment.