aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAlexandre Rames <alexandre.rames@linaro.org>2016-05-23 15:47:22 +0100
committerAlexandre Rames <alexandre.rames@linaro.org>2016-05-23 15:53:50 +0100
commit39c32a63e09751de64d079db9095648e02bf2c1f (patch)
treef75937ed3cc5872edb02c95bd26e279f6814e061 /examples
parentfc81d9b8199220089deb3c7a98104dcc958a1bb5 (diff)
Move source files from `src/vixl/` to `src/`.
This commit only moves files and updates the `#include` paths appropriately. Change-Id: I9d430bd34af617c943a6c6570c9a3c27169eaf1b
Diffstat (limited to 'examples')
-rw-r--r--examples/custom-disassembler.h2
-rw-r--r--examples/examples.h6
-rw-r--r--examples/getting-started.cc4
3 files changed, 6 insertions, 6 deletions
diff --git a/examples/custom-disassembler.h b/examples/custom-disassembler.h
index 4ea1da76..cdf6b1af 100644
--- a/examples/custom-disassembler.h
+++ b/examples/custom-disassembler.h
@@ -27,7 +27,7 @@
#ifndef VIXL_EXAMPLES_CUSTOM_DISASSEMBLER_H_
#define VIXL_EXAMPLES_CUSTOM_DISASSEMBLER_H_
-#include "vixl/a64/disasm-a64.h"
+#include "a64/disasm-a64.h"
using namespace vixl;
diff --git a/examples/examples.h b/examples/examples.h
index c52ae992..3dbfef4c 100644
--- a/examples/examples.h
+++ b/examples/examples.h
@@ -27,9 +27,9 @@
#ifndef VIXL_EXAMPLE_EXAMPLES_H_
#define VIXL_EXAMPLE_EXAMPLES_H_
-#include "vixl/a64/simulator-a64.h"
-#include "vixl/a64/debugger-a64.h"
-#include "vixl/a64/macro-assembler-a64.h"
+#include "a64/simulator-a64.h"
+#include "a64/debugger-a64.h"
+#include "a64/macro-assembler-a64.h"
using namespace vixl;
diff --git a/examples/getting-started.cc b/examples/getting-started.cc
index 38f29245..ed6108f0 100644
--- a/examples/getting-started.cc
+++ b/examples/getting-started.cc
@@ -24,8 +24,8 @@
// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#include "vixl/a64/simulator-a64.h"
-#include "vixl/a64/macro-assembler-a64.h"
+#include "a64/simulator-a64.h"
+#include "a64/macro-assembler-a64.h"
#define BUF_SIZE (4096)
#define __ masm->