Fix up non-relative header file include paths (thanks to Kim Blomqvist).
[pub/USBasp.git] / LUFA / Platform / Platform.h
index db5f435..2524363 100644 (file)
 
        /* Includes: */
                #if (ARCH == ARCH_UC3)
-                       #include <LUFA/Platform/UC3/ClockManagement.h>
-                       #include <LUFA/Platform/UC3/InterruptManagement.h>
+                       #include "UC3/ClockManagement.h"
+                       #include "UC3/InterruptManagement.h"
                #elif (ARCH == ARCH_XMEGA)
-                       #include <LUFA/Platform/XMEGA/ClockManagement.h>
+                       #include "XMEGA/ClockManagement.h"
                #endif
 
 #endif