summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/partimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-08 10:32:14 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-12 13:25:40 +0100
commitf00c5c6e347f72d272545ba71b4b22ae45b6d113 (patch)
tree8eb80da38ced3e970d5cd6bb30e4b2be34e7ec1e /cpukit/include/rtems/rtems/partimpl.h
parentrtems: Move internal structures to messagedata.h (diff)
downloadrtems-f00c5c6e347f72d272545ba71b4b22ae45b6d113.tar.bz2
rtems: Move internal structures to partdata.h
Update #3598.
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/rtems/partimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/include/rtems/rtems/partimpl.h b/cpukit/include/rtems/rtems/partimpl.h
index 02d3ff8b44..d795748723 100644
--- a/cpukit/include/rtems/rtems/partimpl.h
+++ b/cpukit/include/rtems/rtems/partimpl.h
@@ -17,7 +17,7 @@
#ifndef _RTEMS_RTEMS_PARTIMPL_H
#define _RTEMS_RTEMS_PARTIMPL_H
-#include <rtems/rtems/part.h>
+#include <rtems/rtems/partdata.h>
#include <rtems/score/chainimpl.h>
#include <rtems/score/objectimpl.h>