diff options
Diffstat (limited to 'plugins/MobileState/src/commonheaders.h')
-rw-r--r-- | plugins/MobileState/src/commonheaders.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/MobileState/src/commonheaders.h b/plugins/MobileState/src/commonheaders.h index 811c50f07f..2574df0c71 100644 --- a/plugins/MobileState/src/commonheaders.h +++ b/plugins/MobileState/src/commonheaders.h @@ -17,12 +17,12 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef COMMHEADERS_H
-#define COMMHEADERS_H
+#pragma once
#define MIRANDA_VER 0x0A00
#include <windows.h>
+#include <malloc.h>
// Miranda API headers
#include <newpluginapi.h>
@@ -38,5 +38,3 @@ #define MODULENAME "MobileState"
extern HINSTANCE g_hInst;
-
-#endif //COMMHEADERS_H
|