diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-12 10:13:21 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-12 10:13:21 +0200 |
| commit | 39713a3736145483dd3310c3605f940ca34f05c3 (patch) | |
| tree | d4dcdf0f3b667a5d706aa4b04501a71facf186bd /src/int/8042.h | |
| parent | 6edeba8fe208fb019aec00fdc72b97407a8078d3 (diff) | |
Refactoring
Diffstat (limited to 'src/int/8042.h')
| -rw-r--r-- | src/int/8042.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/int/8042.h b/src/int/8042.h index e35e5a0..5e61ffd 100644 --- a/src/int/8042.h +++ b/src/int/8042.h @@ -1,7 +1,7 @@ #ifndef _8042_H #define _8042_H -#include "utils/types.h" +#include "core/types.h" void _8042_keypress(); |
