blob: 0e9ca47316b9cae253985c59b7fe8d4a9f4b1ec1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- pan/gui/group-prefs-dialog.cc.orig 2021-08-03 02:20:45 UTC
+++ pan/gui/group-prefs-dialog.cc
@@ -18,14 +18,12 @@
*/
#include <config.h>
-extern "C" {
- #include <glib/gi18n.h>
- #include <glib.h>
- #include "gtk-compat.h"
+#include <glib/gi18n.h>
+#include <glib.h>
+#include "gtk-compat.h"
#ifdef HAVE_GTKSPELL
- #include <enchant/enchant.h>
+#include <enchant/enchant.h>
#endif
-}
#include <pan/general/debug.h>
#include <pan/general/macros.h>
#include <pan/data/data.h>
|