Removes the unnecessary include of altbase, which was causing problems with express versions of VS.

This commit is contained in:
Areloch 2016-08-27 16:20:57 -05:00
parent 5d38357785
commit a760fdfb68

View file

@ -13,7 +13,6 @@
#include <wchar.h>
#include <stdio.h>
#include <assert.h>
#include <atlbase.h>
#include <windows.h>
#include <ShObjIdl.h>