include xbyak.h instead of xbyak/xbyak.h
diff --git a/sample/test_util.cpp b/sample/test_util.cpp
index 5860d78..d60c435 100644
--- a/sample/test_util.cpp
+++ b/sample/test_util.cpp
@@ -1,6 +1,5 @@
 #include <stdio.h>
 #define XBYAK_NO_OP_NAMES
-#include "xbyak/xbyak.h"
 #include "xbyak/xbyak_util.h"
 
 #define NUM_OF_ARRAY(x) (sizeof(x) / sizeof(x[0]))
diff --git a/xbyak/xbyak_util.h b/xbyak/xbyak_util.h
index 7f3e336..166f3e3 100644
--- a/xbyak/xbyak_util.h
+++ b/xbyak/xbyak_util.h
@@ -7,7 +7,7 @@
 	Xbyak::util::Cpu ; detect CPU
 	@note this header is UNDER CONSTRUCTION!
 */
-#include "xbyak/xbyak.h"
+#include "xbyak.h"
 
 #ifdef _MSC_VER
 	#if (_MSC_VER < 1400) && defined(XBYAK32)