m68k/mrm332: Move include of <rtems/m68k/sim.h>

This file defines at least the POW() macro which pollutes the
public name space and causes warnings in at least the paranoia
sample application.
This commit is contained in:
Joel Sherrill
2014-10-19 17:14:07 -05:00
parent 8200c9efaa
commit 51995b69a8
2 changed files with 1 additions and 1 deletions
@@ -15,6 +15,7 @@
#include <stdlib.h>
#include <bsp.h>
#include <mrm332.h>
#include <rtems/m68k/sim.h>
#define CLOCK_VECTOR MRM_PIV
@@ -28,7 +28,6 @@ extern "C" {
#include <rtems/console.h>
#include <rtems/iosupp.h>
#include <mrm332.h>
#include <rtems/m68k/sim.h>
#define CONSOLE_SCI