Skip to content

Commit

Permalink
src: arch: xtensa: exc-sethandler: Invert the header file inclusion.
Browse files Browse the repository at this point in the history
Invert the header file inclusion order.

Signed-off-by: SaiSurya Ch <saisurya.chakkaveeravenkatanaga@amd.com>
  • Loading branch information
saisurya-ch committed Sep 5, 2024
1 parent 8b8c842 commit 77a49f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch/xtensa/xtos/exc-sethandler.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

#include <xtensa/config/core.h>
#include "xtos-internal.h"
#include <xtensa/config/core.h>


#if XCHAL_HAVE_EXCEPTIONS
Expand Down

0 comments on commit 77a49f7

Please sign in to comment.