forked from pool/tomoe
- replace invalid glib/*.h inclusion to fix the build on FACTORY OBS-URL: https://build.opensuse.org/request/show/105258 OBS-URL: https://build.opensuse.org/package/show/M17N/tomoe?expand=0&rev=5
40 lines
857 B
Diff
40 lines
857 B
Diff
---
|
|
lib/glib-compat-key-file.h | 2 +-
|
|
lib/glib-utils.h | 2 +-
|
|
lib/tomoe.c | 2 +-
|
|
3 files changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
--- a/lib/glib-compat-key-file.h
|
|
+++ b/lib/glib-compat-key-file.h
|
|
@@ -51,7 +51,7 @@
|
|
#ifndef __G_KEY_FILE_H__
|
|
#define __G_KEY_FILE_H__
|
|
|
|
-#include <glib/gerror.h>
|
|
+#include <glib.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
--- a/lib/glib-utils.h
|
|
+++ b/lib/glib-utils.h
|
|
@@ -28,7 +28,7 @@
|
|
#include "config.h"
|
|
#endif /* HAVE_CONFIG_H */
|
|
|
|
-#include <glib/garray.h>
|
|
+#include <glib.h>
|
|
#include <glib/gi18n-lib.h>
|
|
#include "glib-compat-file-utilities.h"
|
|
#include "glib-compat-key-file.h"
|
|
--- a/lib/tomoe.c
|
|
+++ b/lib/tomoe.c
|
|
@@ -26,7 +26,7 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
-#include <glib/garray.h>
|
|
+#include <glib.h>
|
|
#include "tomoe.h"
|
|
|
|
static gboolean initialized = FALSE;
|