Index: src/ch/ch.h =================================================================== diff -u -N -r633a533cb6e741d44fe28aa56339e1d2709b1b27 -r1e687d59f0e622a610cbf97cf79febd12641d159 --- src/ch/ch.h (.../ch.h) (revision 633a533cb6e741d44fe28aa56339e1d2709b1b27) +++ src/ch/ch.h (.../ch.h) (revision 1e687d59f0e622a610cbf97cf79febd12641d159) @@ -19,10 +19,6 @@ #ifndef __COPYHANDLER_H__ #define __COPYHANDLER_H__ -#ifndef __AFXWIN_H__ - #error include 'stdafx.h' before including this file for PCH -#endif - #include "resource.h" // main symbols #include "AppHelper.h" #include "CfgProperties.h" @@ -80,10 +76,4 @@ DECLARE_MESSAGE_MAP() }; - -///////////////////////////////////////////////////////////////////////////// - -//{{AFX_INSERT_LOCATION}} -// Microsoft Developer Studio will insert additional declarations immediately before the previous line. - #endif