diff --git a/src/core/display.c b/src/core/display.c index 5bad68a36..98eaf8b96 100644 --- a/src/core/display.c +++ b/src/core/display.c @@ -40,7 +40,7 @@ #include "group-props.h" #include "frame-private.h" #include "errors.h" -#include "keybindings.h" +#include "keybindings-private.h" #include "prefs.h" #include "resizepopup.h" #include "xprops.h" diff --git a/src/core/frame.c b/src/core/frame.c index d2bf62fc2..81b6f1ba7 100644 --- a/src/core/frame.c +++ b/src/core/frame.c @@ -27,7 +27,7 @@ #include "frame-private.h" #include "bell.h" #include "errors.h" -#include "keybindings.h" +#include "keybindings-private.h" #ifdef HAVE_RENDER #include diff --git a/src/core/keybindings.h b/src/core/keybindings-private.h similarity index 100% rename from src/core/keybindings.h rename to src/core/keybindings-private.h diff --git a/src/core/keybindings.c b/src/core/keybindings.c index 14f9c9c40..af060462d 100644 --- a/src/core/keybindings.c +++ b/src/core/keybindings.c @@ -27,7 +27,7 @@ #define _SVID_SOURCE /* for putenv() */ #include -#include "keybindings.h" +#include "keybindings-private.h" #include "workspace-private.h" #include "errors.h" #include "edge-resistance.h" diff --git a/src/core/screen.c b/src/core/screen.c index b5cc1f778..cb3aede82 100644 --- a/src/core/screen.c +++ b/src/core/screen.c @@ -34,7 +34,7 @@ #include "frame-private.h" #include "prefs.h" #include "workspace-private.h" -#include "keybindings.h" +#include "keybindings-private.h" #include "stack.h" #include "xprops.h" #include "compositor.h" diff --git a/src/core/window.c b/src/core/window.c index 34def49ee..5c7161a6c 100644 --- a/src/core/window.c +++ b/src/core/window.c @@ -32,7 +32,7 @@ #include "errors.h" #include "workspace-private.h" #include "stack.h" -#include "keybindings.h" +#include "keybindings-private.h" #include "ui.h" #include "place.h" #include "session.h"