From b1d75686512a55c73b117fae766945f31f26d913 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 6 Feb 2011 12:18:41 +0000 Subject: Fix incorrect #include filenames in the RNDIS demos. --- Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h | 2 +- Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h b/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h index 8509a8d28..9ac71c7f6 100644 --- a/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h +++ b/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h @@ -52,7 +52,7 @@ #include #include - #include + #include #include /* Macros: */ diff --git a/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.h b/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.h index 668aeded1..163492c8a 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.h +++ b/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.h @@ -54,7 +54,7 @@ #include #include #include - #include + #include /* Macros: */ /** Notification value to indicate that a frame is ready to be read by the host. */ -- cgit v1.2.3