Skip to content

Commit

Permalink
exports: Remove unused headers
Browse files Browse the repository at this point in the history
The exports module doesn't actually need these, and this removes a
circular dependency: previously, exports both depended on and was
depended on by dir.

Signed-off-by: Simon McVittie <[email protected]>
  • Loading branch information
smcv committed May 3, 2024
1 parent ffa0f14 commit 74abbbe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions common/flatpak-exports.c
Expand Up @@ -44,8 +44,6 @@
#include "flatpak-metadata-private.h"
#include "flatpak-utils-base-private.h"
#include "flatpak-utils-private.h"
#include "flatpak-dir-private.h"
#include "flatpak-systemd-dbus-generated.h"
#include "flatpak-error.h"

static const char * const abs_usrmerged_dirs[] =
Expand Down

0 comments on commit 74abbbe

Please sign in to comment.