Skip to content

Commit

Permalink
chore: remove duplicate header file includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bush2021 committed Mar 31, 2024
1 parent d31422e commit ebb52cd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/hotkey.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#ifndef HOTKEY_H_
#define HOTKEY_H_

#include <thread>
#include <vector>

#include <tchar.h>

UINT ParseHotkeys(const TCHAR* keys) {
Expand Down

0 comments on commit ebb52cd

Please sign in to comment.