Skip to content

Commit

Permalink
Cleanup joybus.c includes
Browse files Browse the repository at this point in the history
  • Loading branch information
meeq committed Sep 1, 2023
1 parent d30ccb0 commit 49ffede
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/joybus.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
* @ingroup joybus
*/

#include <assert.h>
#include <string.h>

#include "libdragon.h"

#include "debug.h"
#include "interrupt.h"
#include "joybus.h"
#include "joybus_internal.h"
#include "n64sys.h"
#include "regsinternal.h"

/**
Expand Down

0 comments on commit 49ffede

Please sign in to comment.