mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-25 01:12:12 -04:00
common: Explicitly include ostree.h where needed
A subsequent commit will remove it from flatpak-utils-private.h. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
committed by
Georges Basile Stavracas Neto
parent
14db9d48cf
commit
485f6bc5c5
@@ -22,6 +22,9 @@
|
||||
#include "string.h"
|
||||
|
||||
#include "flatpak-json-oci-private.h"
|
||||
|
||||
#include <ostree.h>
|
||||
|
||||
#include "flatpak-utils-private.h"
|
||||
#include "libglnx.h"
|
||||
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
#ifndef __FLATPAK_PRUNE_H__
|
||||
#define __FLATPAK_PRUNE_H__
|
||||
|
||||
#include <ostree.h>
|
||||
|
||||
#include "flatpak-utils-private.h"
|
||||
|
||||
gboolean flatpak_repo_prune (OstreeRepo *repo,
|
||||
|
||||
@@ -28,6 +28,8 @@
|
||||
#include <glib.h>
|
||||
#include "flatpak-ref-utils-private.h"
|
||||
|
||||
#include <ostree.h>
|
||||
|
||||
#include "flatpak-error.h"
|
||||
#include "flatpak-metadata-private.h"
|
||||
#include "flatpak-utils-private.h"
|
||||
|
||||
Reference in New Issue
Block a user