diff options
author | Allison Ryan Lortie <desrt@desrt.ca> | 2015-12-16 14:29:50 +0000 |
---|---|---|
committer | Allison Ryan Lortie <desrt@desrt.ca> | 2015-12-16 11:30:51 -0500 |
commit | 7beac020f79da20e25966d6a19bc47f2e6542e92 (patch) | |
tree | 5feb4c2a58dc42f3e9df33a54595920d1c5aedc6 /client/dconf.h | |
parent | 1fb178fddf7adb041806078b20b00c89cb8a4cd1 (diff) | |
download | dconf-7beac020f79da20e25966d6a19bc47f2e6542e92.tar.gz |
common: rename dconf-error.h to dconf-enums.h
This will soon contain an extra enum.
https://bugzilla.gnome.org/show_bug.cgi?id=759128
Diffstat (limited to 'client/dconf.h')
-rw-r--r-- | client/dconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/dconf.h b/client/dconf.h index e75cb6d..77bda7c 100644 --- a/client/dconf.h +++ b/client/dconf.h @@ -20,7 +20,7 @@ #ifndef __dconf_h__ #define __dconf_h__ -#include <common/dconf-error.h> +#include <common/dconf-enums.h> #include <common/dconf-paths.h> #include <common/dconf-changeset.h> #include <client/dconf-client.h> |