[ros-diffs] [cgutman] 47188: [USBHUB] - Include the DDK before debug.h - Fixes several warnings

cgutman at svn.reactos.org cgutman at svn.reactos.org
Thu May 13 00:40:35 CEST 2010


Author: cgutman
Date: Thu May 13 00:40:35 2010
New Revision: 47188

URL: http://svn.reactos.org/svn/reactos?rev=47188&view=rev
Log:
[USBHUB]
- Include the DDK before debug.h
- Fixes several warnings

Modified:
    branches/aicom-hardware-fun/drivers/usb/usbhub/usbhub.h

Modified: branches/aicom-hardware-fun/drivers/usb/usbhub/usbhub.h
URL: http://svn.reactos.org/svn/reactos/branches/aicom-hardware-fun/drivers/usb/usbhub/usbhub.h?rev=47188&r1=47187&r2=47188&view=diff
==============================================================================
--- branches/aicom-hardware-fun/drivers/usb/usbhub/usbhub.h [iso-8859-1] (original)
+++ branches/aicom-hardware-fun/drivers/usb/usbhub/usbhub.h [iso-8859-1] Thu May 13 00:40:35 2010
@@ -1,7 +1,8 @@
-#include <debug.h>
 
 #include <ntddk.h>
 #include <usbioctl.h>
+
+#include <debug.h>
 
 #include "../miniport/usb_wrapper.h"
 #include "../usbport/hub.h"




More information about the Ros-diffs mailing list