summaryrefslogtreecommitdiffstats
path: root/src/gpl-3-0.c
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-13 15:29:45 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-13 15:29:45 (EDT)
commitff321bb10e8eacdef7508cd9b7caf57739b18658 (patch)
tree0d04b8e8f1386286812c8da00c52d761e67623bf /src/gpl-3-0.c
parent48c592fa38d2d4e13e201cbb68eeb4c0781326f2 (diff)
downloadmarquee-ff321bb10e8eacdef7508cd9b7caf57739b18658.zip
marquee-ff321bb10e8eacdef7508cd9b7caf57739b18658.tar.gz
marquee-ff321bb10e8eacdef7508cd9b7caf57739b18658.tar.bz2
src/*.c: Reorganize #include directives
Diffstat (limited to 'src/gpl-3-0.c')
-rw-r--r--src/gpl-3-0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpl-3-0.c b/src/gpl-3-0.c
index 52c101a..b63c279 100644
--- a/src/gpl-3-0.c
+++ b/src/gpl-3-0.c
@@ -19,10 +19,10 @@
* along with Marquee. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <glib.h>
-
#include "gpl-3-0.h"
+#include <glib.h>
+
/*
* From <https://www.gnu.org/licenses/gpl-3.0-standalone.html>
*