more IWYU include comments

This commit is contained in:
Ryan Pavlik
2011-09-14 13:02:30 -05:00
parent a1883ee160
commit e1fcc8266c

View File

@@ -31,7 +31,7 @@
* @brief Handles device I/O (non-OS specific). * @brief Handles device I/O (non-OS specific).
*/ */
#include "io.h" #include "io.h"
#include "ir.h" #include "ir.h" /* for wiiuse_set_ir_mode */
#include <stdlib.h> /* for free, malloc */ #include <stdlib.h> /* for free, malloc */