universal-access: Fix incorrect include path

We were using a prefixed path even though gsettings-desktop-schemas
already prefixes the include path.

https://bugzilla.gnome.org/show_bug.cgi?id=667616
This commit is contained in:
Robert Ancell 2012-01-10 10:43:27 +01:00 committed by Bastien Nocera
parent 8bbd3cba91
commit 0974b9f34a

View file

@ -26,7 +26,7 @@
#include <math.h>
#include <glib/gi18n-lib.h>
#include <gsettings-desktop-schemas/gdesktop-enums.h>
#include <gdesktop-enums.h>
#include "cc-ua-panel.h"
#include "zoom-options.h"