mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
a0676fc963
PR: 256200
16 lines
344 B
C++
16 lines
344 B
C++
--- pan/gui/save-ui.cc.orig 2021-08-03 02:27:18 UTC
|
|
+++ pan/gui/save-ui.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/debug.h>
|
|
#include <pan/general/macros.h>
|
|
#include <pan/icons/pan-pixbufs.h>
|