Sync to trunk revision 61757.
[reactos.git] / dll / directx / wine / dxgi / output.c
index 4cdd06b..1a9f9e4 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "config.h"
-#include "wine/port.h"
-
 #include "dxgi_private.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(dxgi);
-
 static inline struct dxgi_output *impl_from_IDXGIOutput(IDXGIOutput *iface)
 {
     return CONTAINING_RECORD(iface, struct dxgi_output, IDXGIOutput_iface);