summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-repo-file.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-03-06 08:45:43 -0500
committerColin Walters <walters@verbum.org>2012-03-06 11:59:06 -0500
commitf44b8aca4446bac0c7a0879eb421823c93459936 (patch)
tree357f48c02b1cce93bdb652c99022dce3fdd5ec6b /src/libostree/ostree-repo-file.h
parentf484665bfed5079abcb05f33415be0440d43449f (diff)
downloadostree-f44b8aca4446bac0c7a0879eb421823c93459936.tar.gz
core: Add ostree-types.h
This allows us to have circular references between the headers.
Diffstat (limited to 'src/libostree/ostree-repo-file.h')
-rw-r--r--src/libostree/ostree-repo-file.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libostree/ostree-repo-file.h b/src/libostree/ostree-repo-file.h
index 44dda4c3..aa6b4d45 100644
--- a/src/libostree/ostree-repo-file.h
+++ b/src/libostree/ostree-repo-file.h
@@ -23,7 +23,7 @@
#ifndef _OSTREE_REPO_FILE
#define _OSTREE_REPO_FILE
-#include "ostree-repo.h"
+#include "ostree-types.h"
G_BEGIN_DECLS
@@ -34,7 +34,6 @@ G_BEGIN_DECLS
#define OSTREE_IS_REPO_FILE_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), OSTREE_TYPE_REPO_FILE))
#define OSTREE_REPO_FILE_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), OSTREE_TYPE_REPO_FILE, OstreeRepoFileClass))
-typedef struct _OstreeRepoFile OstreeRepoFile;
typedef struct _OstreeRepoFileClass OstreeRepoFileClass;
struct _OstreeRepoFileClass