Build fixes.

- Fix paths that point outside the kernel tree. Dependencies outside the
  kernel tree were imported into the kernel tree (see import manifest).

Change-Id: I26d050a3223d661a6f11a6a1020d2097fcb6b411
diff --git a/include/common/ruby_arasan_emac_ahb.h b/include/common/ruby_arasan_emac_ahb.h
index 2d36410..2b2f6ed 100755
--- a/include/common/ruby_arasan_emac_ahb.h
+++ b/include/common/ruby_arasan_emac_ahb.h
@@ -24,7 +24,7 @@
 #define __COMMON_RUBY_ARASAN_EMAC_AHB_H	1
 
 #ifdef TOPAZ_AMBER_IP
-#include <include/qtn/amber.h>
+#include <qtn/amber.h>
 #endif
 
 extern __inline__ void __mydelay(unsigned long loops)
diff --git a/include/common/topaz_reset.h b/include/common/topaz_reset.h
index fab7393..ab4f0c2 100644
--- a/include/common/topaz_reset.h
+++ b/include/common/topaz_reset.h
@@ -25,9 +25,9 @@
 #ifndef __TOPAZ_RESET_H
 #define __TOPAZ_RESET_H
 
-#include <include/qtn/mproc_sync_base.h>
+#include <qtn/mproc_sync_base.h>
 #ifdef TOPAZ_AMBER_IP
-#include <include/qtn/amber.h>
+#include <qtn/amber.h>
 #endif
 
 static void topaz_set_reset_vec(int enable, unsigned long reset)