diff options
author | Ryan Lortie <desrt@desrt.ca> | 2012-07-15 10:31:01 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2012-07-15 10:32:58 -0400 |
commit | cdcf70a0d86d019e34d3ea755f6de6634807b58f (patch) | |
tree | 095e838ffcd89240ff0dc8a2ac21cb43ac57f996 /client/dconf.h | |
parent | 32985d9a8325062c94d086b38c09203b0dc5f3e3 (diff) | |
download | dconf-cdcf70a0d86d019e34d3ea755f6de6634807b58f.tar.gz |
tweak public header installation
Colin noticed that this was totally broken (from an ostree build). Fix
it up.
Diffstat (limited to 'client/dconf.h')
-rw-r--r-- | client/dconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/dconf.h b/client/dconf.h index 21b8f70..d946bd3 100644 --- a/client/dconf.h +++ b/client/dconf.h @@ -22,8 +22,8 @@ #ifndef __dconf_h__ #define __dconf_h__ -#include <dconf-paths.h> -#include <dconf-changeset.h> -#include <dconf-client.h> +#include <common/dconf-paths.h> +#include <common/dconf-changeset.h> +#include <client/dconf-client.h> #endif /* __dconf_h__ */ |