From ba00ba47d289381d1fbfb84b6f4b18f8dff2f011 Mon Sep 17 00:00:00 2001
From: Zachary T Welch <zw@superlucidity.net>
Date: Thu, 3 Dec 2009 04:14:28 -0800
Subject: change #include "replacements.h" to <helper/replacements.h>

Changes from the flat namespace to heirarchical one.  Instead of writing:

	#include "replacements.h"

the following form should be used.

	#include <helper/replacements.h>

The exception is from .c files in the same directory.
---
 src/target/armv7a.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/target/armv7a.c b/src/target/armv7a.c
index ae5ed087..5d3976f5 100644
--- a/src/target/armv7a.c
+++ b/src/target/armv7a.c
@@ -20,7 +20,7 @@
 #include "config.h"
 #endif
 
-#include "replacements.h"
+#include <helper/replacements.h>
 
 #include "armv7a.h"
 #include "arm_disassembler.h"
-- 
cgit v1.2.3