summaryrefslogtreecommitdiff
path: root/kern/arg.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/arg.c')
-rw-r--r--kern/arg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/arg.c b/kern/arg.c
index 02ed4b7b..1278812c 100644
--- a/kern/arg.c
+++ b/kern/arg.c
@@ -15,13 +15,13 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <assert.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include <kern/arg.h>
-#include <kern/assert.h>
#include <kern/init.h>
#include <kern/macros.h>
#include <kern/panic.h>