Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel directory...
[pub/USBasp.git] / LUFA / Drivers / USB / HighLevel / ConfigDescriptor.h
index 76b734b..9d4a2b3 100644 (file)
 #define __CONFIGDESCRIPTOR_H__
 
        /* Includes: */
-               #include <avr/io.h>
+               #include <stdint.h>
                
                #include "../../../Common/Common.h"
-               #include "../HighLevel/USBMode.h"
-               #include "../LowLevel/HostChapter9.h"
-               #include "../HighLevel/StdDescriptors.h"
+               #include "HostStandardReq.h"
+               #include "USBMode.h"
+               #include "StdDescriptors.h"
                
        /* Enable C linkage for C++ Compilers: */
                #if defined(__cplusplus)