summaryrefslogtreecommitdiff
path: root/panels/mouse
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2018-04-06 13:38:40 +0200
committerBenjamin Berg <bberg@redhat.com>2018-04-17 15:26:59 +0200
commitc2f601a9d442a756e5e82f13bff3934c27b9fb09 (patch)
tree0cf3949b6fdf48964f522794ae5d98924f03c20f /panels/mouse
parente1593b3c02919b3409b9aa8d2abb1da772e58278 (diff)
downloadgnome-control-center-c2f601a9d442a756e5e82f13bff3934c27b9fb09.tar.gz
Move common panel code from shell/ to panel/common
This creates a new static library called libwidget which the shell links against.
Diffstat (limited to 'panels/mouse')
-rw-r--r--panels/mouse/gnome-mouse-properties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/panels/mouse/gnome-mouse-properties.c b/panels/mouse/gnome-mouse-properties.c
index 4d0920b2d..2a22b4815 100644
--- a/panels/mouse/gnome-mouse-properties.c
+++ b/panels/mouse/gnome-mouse-properties.c
@@ -35,7 +35,7 @@
#include "gnome-mouse-properties.h"
#include "gsd-input-helper.h"
#include "gsd-device-manager.h"
-#include "shell/list-box-helper.h"
+#include "list-box-helper.h"
#include "cc-mouse-caps-helper.h"
#include <sys/types.h>