[gnome-logs] Tidy and remove some systemd journal includes
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-logs] Tidy and remove some systemd journal includes
- Date: Mon, 27 Oct 2014 20:30:27 +0000 (UTC)
commit d18b7a5d11ec5369822c8528f6fc3228c98dfc28
Author: David King <davidk gnome org>
Date: Mon Oct 27 20:29:04 2014 +0000
Tidy and remove some systemd journal includes
src/gl-eventviewlist.c | 3 +--
src/gl-eventviewrow.c | 1 -
src/gl-journal.c | 3 ++-
src/gl-journal.h | 3 +--
4 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/src/gl-eventviewlist.c b/src/gl-eventviewlist.c
index c609665..ffd9052 100644
--- a/src/gl-eventviewlist.c
+++ b/src/gl-eventviewlist.c
@@ -1,6 +1,6 @@
/*
* GNOME Logs - View and search logs
- * Copyright (C) 2013 Red Hat, Inc.
+ * Copyright (C) 2013, 2014 Red Hat, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -21,7 +21,6 @@
#include <glib/gi18n.h>
#include <glib-unix.h>
#include <stdlib.h>
-#include <systemd/sd-journal.h>
#include "gl-enums.h"
#include "gl-eventtoolbar.h"
diff --git a/src/gl-eventviewrow.c b/src/gl-eventviewrow.c
index 18a2adc..fd1f270 100644
--- a/src/gl-eventviewrow.c
+++ b/src/gl-eventviewrow.c
@@ -21,7 +21,6 @@
#include <glib/gi18n.h>
#include <glib-unix.h>
#include <stdlib.h>
-#include <systemd/sd-journal.h>
#include "gl-enums.h"
diff --git a/src/gl-journal.c b/src/gl-journal.c
index a7a4671..04fe4f1 100644
--- a/src/gl-journal.c
+++ b/src/gl-journal.c
@@ -1,6 +1,6 @@
/*
* GNOME Logs - View and search logs
- * Copyright (C) 2013 Red Hat, Inc.
+ * Copyright (C) 2013, 2014 Red Hat, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -21,6 +21,7 @@
#include <glib-unix.h>
#include <gio/gio.h>
#include <stdlib.h>
+#include <systemd/sd-journal.h>
typedef struct
{
diff --git a/src/gl-journal.h b/src/gl-journal.h
index 7c9ab07..c210074 100644
--- a/src/gl-journal.h
+++ b/src/gl-journal.h
@@ -1,6 +1,6 @@
/*
* GNOME Logs - View and search logs
- * Copyright (C) 2013 Red Hat, Inc.
+ * Copyright (C) 2013, 2014 Red Hat, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -20,7 +20,6 @@
#define GL_JOURNAL_H_
#include <glib-object.h>
-#include <systemd/sd-journal.h>
G_BEGIN_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]