[IEFRAME]
[reactos.git] / reactos / dll / win32 / ieframe / events.c
index c8d2099..17bc7f1 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-//#include <string.h>
-
 #include "ieframe.h"
 
-#include <wine/debug.h>
-
-WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
-
 struct ConnectionPoint {
     IConnectionPoint IConnectionPoint_iface;