29 lines
728 B
Diff
29 lines
728 B
Diff
Link:
|
|
Subject: remove gstring from include
|
|
Bug:
|
|
Tags: common
|
|
diff -Naur old/src/mw_debug.c new/src/mw_debug.c
|
|
--- old/src/mw_debug.c 2020-02-15 14:24:23.852315922 +0000
|
|
+++ new/src/mw_debug.c 2020-02-15 14:24:50.184818964 +0000
|
|
@@ -19,7 +19,7 @@
|
|
*/
|
|
|
|
|
|
-#include <glib/gstring.h>
|
|
+#include <glib.h>
|
|
|
|
#include "mw_debug.h"
|
|
|
|
diff -Naur old/src/st_list.c new/src/st_list.c
|
|
--- old/src/st_list.c 2020-02-15 14:24:35.052529885 +0000
|
|
+++ new/src/st_list.c 2020-02-15 14:25:03.021064186 +0000
|
|
@@ -20,7 +20,7 @@
|
|
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
-#include <glib/gstring.h>
|
|
+#include <glib.h>
|
|
|
|
#include "mw_debug.h"
|
|
#include "mw_util.h"
|