1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-19 07:43:34 +02:00

move atomic.h include a bit down to match what matthieu committed

This commit is contained in:
tb
2026-03-09 06:38:02 +00:00
parent a13048d8f4
commit bf3713f7df
+2 -2
View File
@@ -1,4 +1,4 @@
/* $OpenBSD: intr.c,v 1.38 2026/03/08 21:34:27 tb Exp $ */
/* $OpenBSD: intr.c,v 1.39 2026/03/09 06:38:02 tb Exp $ */
/*
* Copyright (c) 2011 Dale Rahn <drahn@openbsd.org>
*
@@ -17,9 +17,9 @@
#include "xcall.h"
#include <sys/atomic.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/atomic.h>
#include <sys/timetc.h>
#include <sys/malloc.h>