diff options
| author | realtradam <[email protected]> | 2023-04-24 00:52:16 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-04-24 00:52:16 -0400 |
| commit | cb3c2a69576168a3193151f14d6c1f4aeaa30e0b (patch) | |
| tree | 1a20e2e9e8930bbb5e3b3a26fb3c70983db312a6 | |
| parent | c7d724e4f11abb335efcc0d58639a1b458b77019 (diff) | |
| download | RodeoKit-cb3c2a69576168a3193151f14d6c1f4aeaa30e0b.tar.gz RodeoKit-cb3c2a69576168a3193151f14d6c1f4aeaa30e0b.zip | |
remove reference to header that doesnt exist
| -rw-r--r-- | src/input/rodeo_input.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input/rodeo_input.c b/src/input/rodeo_input.c index bbfbfcf..02144dc 100644 --- a/src/input/rodeo_input.c +++ b/src/input/rodeo_input.c @@ -2,7 +2,6 @@ // -- internal -- // public #include "rodeo/input.h" -#include "irodeo_input.h" #include "irodeo_input_t.h" #include "rodeo/log.h" |
