Skip to content
Snippets Groups Projects
Commit fa43744c authored by Matthew Barnes's avatar Matthew Barnes
Browse files

Fix includes when relying on backported g_autoptr()

parent 64936b67
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#pragma once #pragma once
#include <glnx-backport-autoptr.h> #include <glnx-backport-autocleanups.h>
G_BEGIN_DECLS G_BEGIN_DECLS
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#pragma once #pragma once
#include <glnx-backport-autoptr.h> #include <glnx-backport-autocleanups.h>
#include <limits.h> #include <limits.h>
#include <dirent.h> #include <dirent.h>
#include <sys/stat.h> #include <sys/stat.h>
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include "config.h" #include "config.h"
#include <glnx-backport-autoptr.h> #include <glnx-backport-autocleanups.h>
#include <glnx-errors.h> #include <glnx-errors.h>
void void
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#pragma once #pragma once
#include <glnx-backport-autoptr.h> #include <glnx-backport-autocleanups.h>
#include <errno.h> #include <errno.h>
G_BEGIN_DECLS G_BEGIN_DECLS
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#pragma once #pragma once
#include <glnx-backport-autoptr.h> #include <glnx-backport-autocleanups.h>
#include <limits.h> #include <limits.h>
#include <dirent.h> #include <dirent.h>
#include <sys/stat.h> #include <sys/stat.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment