diff options
-rw-r--r-- | IvyProbe/StdAfx.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/IvyProbe/StdAfx.h b/IvyProbe/StdAfx.h index 35c8d10..6f604f2 100644 --- a/IvyProbe/StdAfx.h +++ b/IvyProbe/StdAfx.h @@ -22,13 +22,7 @@ #include <afxcoll.h>
#include <winsock.h>
#include <afxsock.h> // MFC socket extensions
-#ifndef UNDER_CE
-#include "ETSLayout.h"
-#define MyDialog ETSLayoutDialog
-#else
-#define MyDialog CDialog
-#endif
-#include "HistoryEdit.h"
+
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
|