From e1fcc8266c8f3fdb3995bf5cb28d79129b922645 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Wed, 14 Sep 2011 13:02:30 -0500 Subject: [PATCH] more IWYU include comments --- src/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/io.c b/src/io.c index e3078e1..168ff9f 100644 --- a/src/io.c +++ b/src/io.c @@ -31,7 +31,7 @@ * @brief Handles device I/O (non-OS specific). */ #include "io.h" -#include "ir.h" +#include "ir.h" /* for wiiuse_set_ir_mode */ #include /* for free, malloc */