diff options
author | MITSUNARI Shigeo <[email protected]> | 2015-05-03 13:54:35 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2015-05-03 13:54:35 +0900 |
commit | 62fd6d022acd83209e2a5af8ec359a3a1bed3a50 (patch) | |
tree | 7f89d5ef436a8c563499ea2e197da4bef3b40647 /sample | |
parent | fca4af9ecaf0ac2e80065c362a36adff12fc0678 (diff) | |
download | xbyak-62fd6d022acd83209e2a5af8ec359a3a1bed3a50.tar.gz xbyak-62fd6d022acd83209e2a5af8ec359a3a1bed3a50.zip |
include xbyak.h instead of xbyak/xbyak.h
Diffstat (limited to 'sample')
-rw-r--r-- | sample/test_util.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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])) |