diff options
Diffstat (limited to 'plugins/AdvaImg/src/main.cpp')
-rw-r--r-- | plugins/AdvaImg/src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/AdvaImg/src/main.cpp b/plugins/AdvaImg/src/main.cpp index a0342505e8..cb4500501d 100644 --- a/plugins/AdvaImg/src/main.cpp +++ b/plugins/AdvaImg/src/main.cpp @@ -24,10 +24,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include <m_stdhdr.h>
-
#include <windows.h>
#include <commdlg.h>
+#include <malloc.h>
#include <m_png.h>
#include <m_clui.h>
|