/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef LABWC_DESKTOP_ENTRY_H
#define LABWC_DESKTOP_ENTRY_H
+#include "config.h"
+#if HAVE_LIBSFDO
struct server;
const char *desktop_entry_name_lookup(struct server *server,
const char *app_id);
+#endif /* HAVE_LIBSFDO */
#endif /* LABWC_DESKTOP_ENTRY_H */
#include "view.h"
#include "workspaces.h"
#include "labwc.h"
-#if HAVE_LIBSFDO
#include "desktop-entry.h"
-#endif
#include "osd.h"
/* includes '%', terminating 's' and NULL byte, 8 is enough for %-9999s */
#include "config/rcxml.h"
#include "config/session.h"
#include "decorations.h"
-
-#if HAVE_LIBSFDO
#include "desktop-entry.h"
-#endif
-
#include "idle.h"
#include "input/keyboard.h"
#include "labwc.h"
#include "common/scaled-img-buffer.h"
#include "common/scene-helpers.h"
#include "common/string-helpers.h"
-#if HAVE_LIBSFDO
#include "desktop-entry.h"
-#endif
#include "img/img.h"
#include "labwc.h"
#include "node.h"