summaryrefslogtreecommitdiff
path: root/capplets/display
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <[email protected]>2013-11-03 15:40:24 +0100
committerStefano Karapetsas <[email protected]>2013-11-03 15:40:24 +0100
commit7b905c35a766601a76da261edc90fc1bd645412c (patch)
tree645c171e25061cc681722791c685ad504fb5040a /capplets/display
parent71277b66ace9b774e9618403a8c5f3846eb8b631 (diff)
downloadmate-control-center-7b905c35a766601a76da261edc90fc1bd645412c.tar.bz2
mate-control-center-7b905c35a766601a76da261edc90fc1bd645412c.tar.xz
Update to new mate-desktop include paths
Diffstat (limited to 'capplets/display')
-rw-r--r--capplets/display/xrandr-capplet.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/capplets/display/xrandr-capplet.c b/capplets/display/xrandr-capplet.c
index 7b3d2057..d5d4f83c 100644
--- a/capplets/display/xrandr-capplet.c
+++ b/capplets/display/xrandr-capplet.c
@@ -27,9 +27,9 @@
#include <gtk/gtk.h>
#include "scrollarea.h"
#define MATE_DESKTOP_USE_UNSTABLE_API
-#include <libmateui/mate-rr.h>
-#include <libmateui/mate-rr-config.h>
-#include <libmateui/mate-rr-labeler.h>
+#include <libmate-desktop/mate-rr.h>
+#include <libmate-desktop/mate-rr-config.h>
+#include <libmate-desktop/mate-rr-labeler.h>
#include <gdk/gdkx.h>
#include <X11/Xlib.h>
#include <glib/gi18n.h>