Skip to content

Commit

Permalink
remove an unused include
Browse files Browse the repository at this point in the history
  • Loading branch information
eyelash committed Sep 14, 2024
1 parent 531591c commit 89a0b51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions demos/events.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <gral.h>
#include <stdint.h>
#include <stdio.h>

struct demo {
Expand Down
1 change: 0 additions & 1 deletion gral.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
#define GRAL_H

#include <stddef.h>
#include <stdint.h>

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 89a0b51

Please sign in to comment.