summaryrefslogtreecommitdiff
path: root/extensions/test/ole/MfcControl/StdAfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/test/ole/MfcControl/StdAfx.h')
-rw-r--r--extensions/test/ole/MfcControl/StdAfx.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/extensions/test/ole/MfcControl/StdAfx.h b/extensions/test/ole/MfcControl/StdAfx.h
index b3a303a6c19b..8ca3f5f4281c 100644
--- a/extensions/test/ole/MfcControl/StdAfx.h
+++ b/extensions/test/ole/MfcControl/StdAfx.h
@@ -29,17 +29,17 @@
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
-#include <afxctl.h> // MFC support for ActiveX Controls
-#include <afxext.h> // MFC extensions
-#include <afxdtctl.h> // MFC support for Internet Explorer 4 Comon Controls
+#include <afxctl.h>
+#include <afxext.h>
+#include <afxdtctl.h>
#ifndef _AFX_NO_AFXCMN_SUPPORT
-#include <afxcmn.h> // MFC support for Windows Common Controls
+#include <afxcmn.h>
#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 <afxdb.h>
+#include <afxdao.h>
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.