mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
a0676fc963
PR: 256200
16 lines
310 B
C++
16 lines
310 B
C++
--- pan/gui/actions.cc.orig 2021-08-03 02:20:11 UTC
|
|
+++ pan/gui/actions.cc
|
|
@@ -18,10 +18,8 @@
|
|
*/
|
|
|
|
#include <config.h>
|
|
-extern "C" {
|
|
- #include <glib/gi18n.h>
|
|
- #include "gtk-compat.h"
|
|
-}
|
|
+#include <glib/gi18n.h>
|
|
+#include "gtk-compat.h"
|
|
|
|
#include <pan/general/macros.h>
|
|
#include <pan/general/debug.h>
|