Skip to content

Commit

Permalink
Merge pull request #3369 from dilyanpalauzov/deheader_mboxevent
Browse files Browse the repository at this point in the history
imap/mboxevent.c: remove double #include’d headers
  • Loading branch information
elliefm authored Feb 25, 2021
2 parents f267069 + b979876 commit c2667a2
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 c2667a2

Please sign in to comment.