forked from pool/tomoe
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;
|