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/…
==============================================================================
--- 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"