summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/gtk')
-rw-r--r--vcl/inc/unx/gtk/gtkdata.hxx2
-rw-r--r--vcl/inc/unx/gtk/gtkframe.hxx4
-rw-r--r--vcl/inc/unx/gtk/gtkgdi.hxx4
-rw-r--r--vcl/inc/unx/gtk/gtkprn.hxx2
-rw-r--r--vcl/inc/unx/gtk/gtksys.hxx2
5 files changed, 7 insertions, 7 deletions
diff --git a/vcl/inc/unx/gtk/gtkdata.hxx b/vcl/inc/unx/gtk/gtkdata.hxx
index 01b5c46b8dca..9f4fae373acb 100644
--- a/vcl/inc/unx/gtk/gtkdata.hxx
+++ b/vcl/inc/unx/gtk/gtkdata.hxx
@@ -30,7 +30,7 @@
#include <unx/gtk/gtksys.hxx>
#include <vcl/ptrstyle.hxx>
#include <osl/conditn.hxx>
-#include "saltimer.hxx"
+#include <saltimer.hxx>
#include <o3tl/enumarray.hxx>
#include <list>
diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx
index 99139e1d2593..8a3046ca1497 100644
--- a/vcl/inc/unx/gtk/gtkframe.hxx
+++ b/vcl/inc/unx/gtk/gtkframe.hxx
@@ -36,7 +36,7 @@
#include <unx/saltype.h>
#include <unx/screensaverinhibitor.hxx>
-#include "tools/link.hxx"
+#include <tools/link.hxx>
#include <com/sun/star/awt/XTopWindow.hpp>
#include <com/sun/star/datatransfer/DataFlavor.hpp>
@@ -49,7 +49,7 @@
#include <config_dbus.h>
#include <config_gio.h>
-#include "headless/svpgdi.hxx"
+#include <headless/svpgdi.hxx>
class GtkSalGraphics;
class GtkSalDisplay;
diff --git a/vcl/inc/unx/gtk/gtkgdi.hxx b/vcl/inc/unx/gtk/gtkgdi.hxx
index f06fa09434ad..fc896db7f913 100644
--- a/vcl/inc/unx/gtk/gtkgdi.hxx
+++ b/vcl/inc/unx/gtk/gtkgdi.hxx
@@ -27,12 +27,12 @@
#include <gdk/gdkkeysyms.h>
#include <unx/gtk/gtkframe.hxx>
-#include "ControlCacheKey.hxx"
+#include <ControlCacheKey.hxx>
#if GTK_CHECK_VERSION(3,0,0)
#include <headless/svpgdi.hxx>
-#include "textrender.hxx"
+#include <textrender.hxx>
enum class GtkControlPart
{
diff --git a/vcl/inc/unx/gtk/gtkprn.hxx b/vcl/inc/unx/gtk/gtkprn.hxx
index d2fb5fab081d..e33d3f606b10 100644
--- a/vcl/inc/unx/gtk/gtkprn.hxx
+++ b/vcl/inc/unx/gtk/gtkprn.hxx
@@ -10,7 +10,7 @@
#ifndef INCLUDED_VCL_INC_UNX_GTK_GTKPRN_HXX
#define INCLUDED_VCL_INC_UNX_GTK_GTKPRN_HXX
-#include "unx/genprn.h"
+#include <unx/genprn.h>
#include <memory>
diff --git a/vcl/inc/unx/gtk/gtksys.hxx b/vcl/inc/unx/gtk/gtksys.hxx
index 94e748887a12..083c046c3d4b 100644
--- a/vcl/inc/unx/gtk/gtksys.hxx
+++ b/vcl/inc/unx/gtk/gtksys.hxx
@@ -9,7 +9,7 @@
#ifndef INCLUDED_VCL_INC_UNX_GTK_GTKSYS_HXX
#define INCLUDED_VCL_INC_UNX_GTK_GTKSYS_HXX
-#include "unx/gensys.h"
+#include <unx/gensys.h>
#include <gtk/gtk.h>
#include <unx/saltype.h>
#include <deque>