Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tehKaiN committed Aug 27, 2018
1 parent 23a022e commit ab8feae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/input.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "input.h"
#include <ace/managers/mouse.h>
#include <ace/managers/joy.h>
#include <ace/managers/key.h>

/* Globals */

Expand Down
5 changes: 0 additions & 5 deletions src/input.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
#ifndef GUARD_MANAGER_INPUT_H
#define GUARD_MANAGER_INPUT_H

#include <clib/exec_protos.h> // Amiga typedefs
#include <clib/intuition_protos.h> // IDCMP_RAWKEY etc

#include <ace/managers/key.h>

/* Types */

/* Globals */
Expand Down

0 comments on commit ab8feae

Please sign in to comment.