diff options
Diffstat (limited to 'plugins/YahooGroups/src/dlg_handlers.h')
-rw-r--r-- | plugins/YahooGroups/src/dlg_handlers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/YahooGroups/src/dlg_handlers.h b/plugins/YahooGroups/src/dlg_handlers.h index 77dbb1948e..e1fe1b8115 100644 --- a/plugins/YahooGroups/src/dlg_handlers.h +++ b/plugins/YahooGroups/src/dlg_handlers.h @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_YAHOOGROUPS_DLGHANDLERS_H
#define M_YAHOOGROUPS_DLGHANDLERS_H
-#include "commonheaders.h"
+#include "stdafx.h"
INT_PTR CALLBACK DlgProcOptions(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
|