Skip to content

Commit 030e87e

Browse files
committed
Fix include order in assert.c
1 parent 16c0d62 commit 030e87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/common/assert.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
* Assert implementation
2929
*/
3030

31-
#include "common/compiler.h"
3231
#include "common/macros.h"
32+
#include "common/compiler.h"
3333

3434
#ifdef AM_ASSERT_FAILURE
3535

0 commit comments

Comments
 (0)