diff options
Diffstat (limited to 'plugins/IEView/src/stdafx.h')
-rw-r--r-- | plugins/IEView/src/stdafx.h | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/plugins/IEView/src/stdafx.h b/plugins/IEView/src/stdafx.h index a91545c28f..40881602f2 100644 --- a/plugins/IEView/src/stdafx.h +++ b/plugins/IEView/src/stdafx.h @@ -37,23 +37,24 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <fcntl.h>
#include <newpluginapi.h>
+#include <m_avatars.h>
#include <m_chat_int.h>
#include <m_clistint.h>
-#include <m_langpack.h>
-#include <m_protosvc.h>
-#include <m_options.h>
-#include <m_database.h>
-#include <m_skin.h>
#include <m_contacts.h>
-#include <win2k.h>
-#include <m_avatars.h>
+#include <m_database.h>
#include <m_icolib.h>
+#include <m_ieview.h>
+#include <m_langpack.h>
+#include <m_message.h>
+#include <m_metacontacts.h>
#include <m_netlib.h>
+#include <m_options.h>
+#include <m_protosvc.h>
+#include <m_skin.h>
+#include <m_smileyadd.h>
#include <m_srmm_int.h>
#include <m_timezones.h>
-#include <m_smileyadd.h>
-#include <m_ieview.h>
-#include <m_metacontacts.h>
+#include <win2k.h>
#include "IEView.h"
#include "Utils.h"
@@ -70,7 +71,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "TextToken.h"
#include "external_funcs.h"
-#define ieviewModuleName "IEVIEW"
+#define MODULENAME "IEVIEW"
struct CMPlugin : public PLUGIN<CMPlugin>
{
|