Fix up non-relative header file include paths (thanks to Kim Blomqvist).
[pub/USBasp.git] / LUFA / Platform / UC3 / ClockManagement.h
index ac24314..b6b6ece 100644 (file)
@@ -72,7 +72,7 @@
 #define _UC3_CLOCK_MANAGEMENT_H_
 
        /* Includes: */
-               #include <LUFA/Common/Common.h>
+               #include "../../Common/Common.h"
 
        /* Enable C linkage for C++ Compilers: */
                #if defined(__cplusplus)