Changes from the flat namespace to heirarchical one. Instead of writing:
#include "armv7m.h"
the following form should be used.
#include <target/armv7m.h>
The exception is from .c files in the same directory.
#endif
#include "lpc2000.h"
-#include "armv7m.h"
+#include <target/armv7m.h>
#include <helper/binarybuffer.h>
#include <target/algorithm.h>
#endif
#include "stellaris.h"
-#include "armv7m.h"
+#include <target/armv7m.h>
#include <helper/binarybuffer.h>
#include <target/algorithm.h>
#endif
#include "stm32x.h"
-#include "armv7m.h"
+#include <target/armv7m.h>
#include <helper/binarybuffer.h>
#include <target/algorithm.h>
#ifndef CORTEX_M3_H
#define CORTEX_M3_H
-#include "armv7m.h"
+#include <target/armv7m.h>
#define CORTEX_M3_COMMON_MAGIC 0x1A451A45