[rtems commit] rtems: Simplify includes in <rtems/rtems/cache.h>

Sebastian Huber sebh at rtems.org
Mon Nov 12 14:40:56 UTC 2018


Module:    rtems
Branch:    master
Commit:    3b69a0e2e0198cb51ba915daea43761c9e71b9fc
Changeset: http://git.rtems.org/rtems/commit/?id=3b69a0e2e0198cb51ba915daea43761c9e71b9fc

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Nov 12 09:23:32 2018 +0100

rtems: Simplify includes in <rtems/rtems/cache.h>

Update #3598.

---

 cpukit/include/rtems/rtems/cache.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cpukit/include/rtems/rtems/cache.h b/cpukit/include/rtems/rtems/cache.h
index f1dc9bf..6d6c935 100644
--- a/cpukit/include/rtems/rtems/cache.h
+++ b/cpukit/include/rtems/rtems/cache.h
@@ -19,8 +19,7 @@
 extern "C" {
 #endif
 
-#include <rtems/system.h>
-#include <sys/types.h>
+#include <rtems/score/basedefs.h>
 
 /**
  * @defgroup ClassicCache Cache



More information about the vc mailing list