diff options
Diffstat (limited to 'src/mir_core/src/icons.cpp')
-rw-r--r-- | src/mir_core/src/icons.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mir_core/src/icons.cpp b/src/mir_core/src/icons.cpp index cd85f31b06..928bf99fa0 100644 --- a/src/mir_core/src/icons.cpp +++ b/src/mir_core/src/icons.cpp @@ -21,9 +21,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "commonheaders.h"
-
-#include <m_icolib.h>
+#include "stdafx.h"
MIR_CORE_DLL(void) Icon_Register(HINSTANCE hInst, const char *szSection, IconItem *pIcons, size_t iCount, char *prefix, int hLangpack)
{
|