summaryrefslogtreecommitdiffstats
path: root/src/common/key.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/key.h')
-rw-r--r--src/common/key.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/key.h b/src/common/key.h
index 196f66d..84ee618 100644
--- a/src/common/key.h
+++ b/src/common/key.h
@@ -22,7 +22,7 @@
#pragma once
-#include "SDL/SDL_keysym.h"
+#include <SDL_keysym.h>
/* Key definitions are specially defined here so that it is clear in other parts of the code
that these are used. It is to avoid having SDL-related enum values or #defines lying around