Fix my lazy typos.

Change-Id: I21df59fb83d3caf3e006dcdec02bdac126b7f208
diff --git a/src/arch/fake/cpu.c b/src/arch/fake/cpu.c
index afd9cd5..ab400d2 100644
--- a/src/arch/fake/cpu.c
+++ b/src/arch/fake/cpu.c
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include <hf/arch/cpu.h>
+#include "hf/arch/cpu.h"
 
 void arch_irq_disable(void)
 {