mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 11:12:11 +01:00
10 lines
164 B
C
10 lines
164 B
C
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <errno.h>
|
|
|
|
#include "giomodule.h"
|
|
#include "gfile.h"
|
|
#include "gfilemonitor.h"
|
|
|
|
#include "gmemorysettingsbackend.h"
|