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.
This commit is contained in:
Zachary T Welch 2009-12-03 04:14:28 -08:00
parent 6c3a28ca26
commit ba00ba47d2
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#include "config.h"
#endif
#include "replacements.h"
#include <helper/replacements.h>
#include "armv7a.h"
#include "arm_disassembler.h"