diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-07-20 17:50:43 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-07-20 17:51:00 +0200 |
commit | e7c75f8f9b384afa6f5bdf519391070187e11b3a (patch) | |
tree | 88af1481dd3342b88e3fe3dab7b5962ae5d2e1a6 | |
parent | a9a9d69a92927ed9dff50b39de8be57d7ad65fcd (diff) | |
download | fiv-e7c75f8f9b384afa6f5bdf519391070187e11b3a.tar.gz fiv-e7c75f8f9b384afa6f5bdf519391070187e11b3a.tar.xz fiv-e7c75f8f9b384afa6f5bdf519391070187e11b3a.zip |
Remove forgotten include directive
-rw-r--r-- | fiv-io.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2959,8 +2959,6 @@ fiv_io_deserialize(GBytes *bytes, guint64 *user_data) #include "xdg.h" -#include <fnmatch.h> - static void model_entry_finalize(FivIoModelEntry *entry) { |