summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/regionimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-08 10:37:22 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-12 13:25:40 +0100
commite8e914b3b13d60c47bd8ebf29d421cbcf8ff698a (patch)
treed4c1c1e7ff41c0a108b0768a0cb61017c1bdec73 /cpukit/include/rtems/rtems/regionimpl.h
parentrtems: Move internal structures to partdata.h (diff)
downloadrtems-e8e914b3b13d60c47bd8ebf29d421cbcf8ff698a.tar.bz2
rtems: Move internal structures to regiondata.h
Update #3598.
Diffstat (limited to 'cpukit/include/rtems/rtems/regionimpl.h')
-rw-r--r--cpukit/include/rtems/rtems/regionimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/include/rtems/rtems/regionimpl.h b/cpukit/include/rtems/rtems/regionimpl.h
index 178b7ea32b..8a7ee258cc 100644
--- a/cpukit/include/rtems/rtems/regionimpl.h
+++ b/cpukit/include/rtems/rtems/regionimpl.h
@@ -17,7 +17,7 @@
#ifndef _RTEMS_RTEMS_REGIONIMPL_H
#define _RTEMS_RTEMS_REGIONIMPL_H
-#include <rtems/rtems/region.h>
+#include <rtems/rtems/regiondata.h>
#include <rtems/score/apimutex.h>
#include <rtems/score/heapimpl.h>
#include <rtems/score/objectimpl.h>