Browse Source

change #include "arm11.h" to <target/arm11.h>

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

	#include "arm11.h"

the following form should be used.

	#include <target/arm11.h>

The exception is from .c files in the same directory.
tags/v0.4.0-rc1
Zachary T Welch 14 years ago
parent
commit
28b1794505
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/target/arm11_dbgtap.h

+ 1
- 1
src/target/arm11_dbgtap.h View File

@@ -1,7 +1,7 @@
#ifndef ARM11_DBGTAP_H
#define ARM11_DBGTAP_H

#include "arm11.h"
#include <target/arm11.h>

/* ARM11 internals */



Loading…
Cancel
Save