summaryrefslogtreecommitdiff
path: root/kern/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/printf.c')
-rw-r--r--kern/printf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kern/printf.c b/kern/printf.c
index 6cd6464b..7e48b5dd 100644
--- a/kern/printf.c
+++ b/kern/printf.c
@@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <kern/printf.h>
+#include <stdio.h>
+
#include <kern/spinlock.h>
-#include <kern/sprintf.h>
#include <machine/cpu.h>
/*