From 813acae9614e9819d57dad9ea4b76c60615ba65e Mon Sep 17 00:00:00 2001 From: Tomas Frydrych Date: Thu, 29 Jan 2009 14:16:01 +0000 Subject: [PATCH] Rename keybindings.h to keybindings-private.h --- src/core/display.c | 2 +- src/core/frame.c | 2 +- src/core/{keybindings.h => keybindings-private.h} | 0 src/core/keybindings.c | 2 +- src/core/screen.c | 2 +- src/core/window.c | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) rename src/core/{keybindings.h => keybindings-private.h} (100%) 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"