Rename keybindings.h to keybindings-private.h

This commit is contained in:
Tomas Frydrych 2009-01-29 14:16:01 +00:00
parent 352e2c02dc
commit 813acae961
6 changed files with 5 additions and 5 deletions

View File

@ -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"

View File

@ -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 <X11/extensions/Xrender.h>

View File

@ -27,7 +27,7 @@
#define _SVID_SOURCE /* for putenv() */
#include <config.h>
#include "keybindings.h"
#include "keybindings-private.h"
#include "workspace-private.h"
#include "errors.h"
#include "edge-resistance.h"

View File

@ -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"

View File

@ -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"