blob: 773e707d51026e1f7e8cd61901b42f2c4f6dbe70 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- pan/tasks/task-groups.cc.orig 2021-08-03 02:04:54 UTC
+++ pan/tasks/task-groups.cc
@@ -19,10 +19,8 @@
#include <config.h>
#include <cassert>
-extern "C" {
- #include <glib/gi18n.h>
- #include <stdlib.h>
-}
+#include <glib/gi18n.h>
+#include <stdlib.h>
#include <pan/general/debug.h>
#include <pan/general/macros.h>
#include <pan/general/messages.h>
|