diff options
author | DINH Viet Hoa <dinh.viet.hoa@gmail.com> | 2013-02-02 21:00:06 -0800 |
---|---|---|
committer | DINH Viet Hoa <dinh.viet.hoa@gmail.com> | 2013-02-02 21:00:06 -0800 |
commit | b21a8e209974ad04e9cff02e225e772246c00c89 (patch) | |
tree | 0da421e9930534792ebc770aab77bf5677a900b5 | |
parent | 9f31da3af8ba739286ebb3fcc58a61465abe36a1 (diff) |
removed MCAsyncIMAP.h from MCCore.h
-rw-r--r-- | src/core/MCCore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/MCCore.h b/src/core/MCCore.h index d5d6f79d..a909e677 100644 --- a/src/core/MCCore.h +++ b/src/core/MCCore.h @@ -15,6 +15,6 @@ #include <mailcore/MCPOP.h> #include <mailcore/MCRFC822.h> #include <mailcore/MCSMTP.h> -#include <mailcore/MCAsyncIMAP.h> +#include <mailcore/MCRenderer.h> #endif |