Remove two includes that are not supported in 64-bit windows

This commit is contained in:
rdb 2014-09-15 12:51:30 +00:00
parent 3200bb4443
commit 0a999d2b6b

View File

@ -35,10 +35,6 @@
#include <afxcmn.h> // MFC support for Windows Common Controls
#endif // _AFX_NO_AFXCMN_SUPPORT
// Delete the two includes below if you do not wish to use the MFC
// database classes
#include <afxdb.h> // MFC database classes
#include <afxdao.h> // MFC DAO database classes
#include <afxwin.h>
#include <dispex.h>