Fix include order to build with older libsoup versions

tingping/wmclass
Alexander Larsson 2016-01-28 14:35:46 +01:00
parent a741ba418f
commit 225c359128
2 changed files with 1 additions and 2 deletions

View File

@ -28,8 +28,8 @@
#include <sys/statfs.h>
#include <unistd.h>
#include "builder-context.h"
#include "xdg-app-utils.h"
#include "builder-context.h"
struct BuilderContext {
GObject parent;

View File

@ -26,7 +26,6 @@
#include <sys/file.h>
#include <gio/gio.h>
#include <libsoup/soup.h>
#include "libgsystem.h"
#include "libglnx/libglnx.h"