aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/exception-handling.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/exception-handling.rst b/docs/exception-handling.rst
index e7cb09cf29..dbcd4bca8a 100644
--- a/docs/exception-handling.rst
+++ b/docs/exception-handling.rst
@@ -308,9 +308,9 @@ assign interrupts to fictitious dispatchers:
.. code:: c
+ #include <common/interrupt_props.h>
+ #include <drivers/arm/gic_common.h>
#include <exception_mgmt.h>
- #include <gic_common.h>
- #include <interrupt_props.h>
...