diff options
Diffstat (limited to 'plugins/Exchange/src/dlg_handlers.h')
-rw-r--r-- | plugins/Exchange/src/dlg_handlers.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Exchange/src/dlg_handlers.h b/plugins/Exchange/src/dlg_handlers.h index 2ac8498082..f98c3a8a43 100644 --- a/plugins/Exchange/src/dlg_handlers.h +++ b/plugins/Exchange/src/dlg_handlers.h @@ -21,8 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_EXCHANGE_DIALOG_HANDLERS_H
#define M_EXCHANGE_DIALOG_HANDLERS_H
-#include "commonheaders.h"
-
#define EXM_UPDATE_EMAILS WM_USER + 101
INT_PTR CALLBACK DlgProcOptions(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
|