[IEFRAME]
[reactos.git] / reactos / dll / win32 / ieframe / shellbrowser.c
index 6281497..d117c37 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <assert.h>
-
 #include "ieframe.h"
-#include <exdispid.h>
 
-#include <wine/debug.h>
-
-WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
+#include <assert.h>
 
 static inline ShellBrowser *impl_from_IShellBrowser(IShellBrowser *iface)
 {