Move source files from `src/vixl/` to `src/`.
This commit only moves files and updates the `#include` paths appropriately.
Change-Id: I9d430bd34af617c943a6c6570c9a3c27169eaf1b
diff --git a/examples/custom-disassembler.h b/examples/custom-disassembler.h
index 4ea1da7..cdf6b1a 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 c52ae99..3dbfef4 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 38f2924..ed6108f 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->