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:
Simon McVittie
2024-05-02 16:31:40 +01:00
committed by Georges Basile Stavracas Neto
parent 14db9d48cf
commit 485f6bc5c5
3 changed files with 7 additions and 0 deletions

View File

@@ -22,6 +22,9 @@
#include "string.h"
#include "flatpak-json-oci-private.h"
#include <ostree.h>
#include "flatpak-utils-private.h"
#include "libglnx.h"

View File

@@ -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,

View File

@@ -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"