summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/include/rtems/config.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/cpukit/include/rtems/config.h b/cpukit/include/rtems/config.h
index 9cc4115005..c910aa07bb 100644
--- a/cpukit/include/rtems/config.h
+++ b/cpukit/include/rtems/config.h
@@ -32,6 +32,14 @@ extern "C" {
*/
#include <rtems/score/object.h>
+#include <rtems/score/watchdog.h>
+#include <rtems/rtems/config.h>
+#include <rtems/posix/config.h>
+#include <rtems/extension.h>
+#if defined(RTEMS_MULTIPROCESSING)
+#include <rtems/score/mpci.h>
+#endif
+
#define RTEMS_UNLIMITED_OBJECTS OBJECTS_UNLIMITED_OBJECTS
#define rtems_resource_unlimited(resource) \
@@ -43,14 +51,6 @@ extern "C" {
#define rtems_resource_maximum_per_allocation(resource) \
_Objects_Maximum_per_allocation(resource)
-#include <rtems/score/watchdog.h>
-#include <rtems/rtems/config.h>
-#include <rtems/posix/config.h>
-#include <rtems/extension.h>
-#if defined(RTEMS_MULTIPROCESSING)
-#include <rtems/score/mpci.h>
-#endif
-
#if defined(RTEMS_MULTIPROCESSING)
/*
* The following records define the Multiprocessor Configuration