~ubuntu-branches/ubuntu/quantal/gconf/quantal

« back to all changes in this revision

Viewing changes to backends/markup-tree.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-08-19 13:42:30 UTC
  • mto: (7.2.1 sid) (1.2.1) (76.1.1 oneiric-proposed)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20080819134230-65832cyama90mbk6
Tags: upstream-2.23.2
ImportĀ upstreamĀ versionĀ 2.23.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * Boston, MA 02111-1307, USA.
19
19
 */
20
20
 
 
21
#include "config.h"
21
22
#include <glib.h>
22
 
#include <gconf/gconf-internals.h>
23
 
#include <gconf/gconf-schema.h>
 
23
#include "gconf/gconf-internals.h"
 
24
#include "gconf/gconf-schema.h"
24
25
#include "markup-tree.h"
25
26
#include <sys/types.h>
26
27
#include <sys/stat.h>