Skip to content
This repository was archived by the owner on May 22, 2019. It is now read-only.

Commit 97cca64

Browse files
committed
Fix order of includes
1 parent 3984878 commit 97cca64

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

NEWS.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [2.2.5](https://github.com/antergos/web-greeter/tree/2.2.5) ~ 04-24-2017
4+
5+
**Fixed:**
6+
7+
* Support for webkitgtk 2.16+
8+
9+
[Full Changelog](https://github.com/antergos/web-greeter/compare/2.2.4...2.2.5)
10+
11+
312
## [2.2.4](https://github.com/antergos/web-greeter/tree/2.2.4) ~ 04-04-2017
413

514
**Added:**

src/webkit2-extension.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
#include <glib/gi18n.h>
4545
#include <glib/gstdio.h>
4646

47+
#include "config.h"
48+
4749
#ifdef HAS_WEBKITGTK_2_16
4850
#include <webkitdom/WebKitDOMDOMWindow.h>
4951
#else
@@ -54,8 +56,6 @@
5456
#include <JavaScriptCore/JavaScript.h>
5557
#include <lightdm.h>
5658

57-
#include "config.h"
58-
5959
/* Work-around CLion bug */
6060
#ifndef CONFIG_DIR
6161
#include "../build/src/config.h"

0 commit comments

Comments
 (0)