Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libxpp for openSUSE:Factory checked 
in at 2024-03-06 23:05:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libxpp (Old)
 and      /work/SRC/openSUSE:Factory/.libxpp.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libxpp"

Wed Mar  6 23:05:55 2024 rev:4 rq:1155513 version:0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libxpp/libxpp.changes    2024-03-05 
18:52:21.440736463 +0100
+++ /work/SRC/openSUSE:Factory/.libxpp.new.1770/libxpp.changes  2024-03-06 
23:06:26.881484823 +0100
@@ -1,0 +2,7 @@
+Wed Mar 06 09:40:15 UTC 2024 - [email protected]
+
+- Update to version 0.2.0+git4881bea:
+  * global: replace cosmos and xpp #include with angle brackets
+- rollback the "-debugsource" fix that didn't work as expected
+
+-------------------------------------------------------------------

Old:
----
  libxpp-0.2.0+gitd141e4c.tar.xz

New:
----
  libxpp-0.2.0+git4881bea.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libxpp.spec ++++++
--- /var/tmp/diff_new_pack.nQc4St/_old  2024-03-06 23:06:27.445505289 +0100
+++ /var/tmp/diff_new_pack.nQc4St/_new  2024-03-06 23:06:27.445505289 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define commit d141e4c
+%define commit 4881bea
 
 Name:           libxpp
 Version:        0.2
@@ -68,14 +68,6 @@
 %setup -q -n libxpp-0.2.0+git%{commit}
 
 %build
-# include/xpp is a symlink to -> .
-# this doesn't go well with the `debugedit` tool that determines source files.
-# The -debugsource package will be incomplete and confusing.
-# work around this at the moment by moving the symlink out of the way.
-rm include/xpp
-mkdir xpp
-mv include/* xpp
-mv xpp include
 scons libtype=shared use-system-pkgs=1
 
 %install

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.nQc4St/_old  2024-03-06 23:06:27.481506595 +0100
+++ /var/tmp/diff_new_pack.nQc4St/_new  2024-03-06 23:06:27.485506740 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/gerstner-hub/libxpp.git</param>
-              <param 
name="changesrevision">d141e4c65dd457a5c94c273f906e21399bb4bba2</param></service></servicedata>
+              <param 
name="changesrevision">4881bea0f63d18ed4895f1ecd48471dd3d6cc42b</param></service></servicedata>
 (No newline at EOF)
 

++++++ libxpp-0.2.0+gitd141e4c.tar.xz -> libxpp-0.2.0+git4881bea.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/include/AtomMapper.hxx 
new/libxpp-0.2.0+git4881bea/include/AtomMapper.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/AtomMapper.hxx  2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/AtomMapper.hxx  2024-03-05 
19:47:40.000000000 +0100
@@ -6,11 +6,11 @@
 #include <stdint.h>
 
 // cosmos
-#include "cosmos/thread/RWLock.hxx"
+#include <cosmos/thread/RWLock.hxx>
 
 // xpp
-#include "xpp/dso_export.h"
-#include "xpp/types.hxx"
+#include <xpp/dso_export.h>
+#include <xpp/types.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/include/CachedAtom.hxx 
new/libxpp-0.2.0+git4881bea/include/CachedAtom.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/CachedAtom.hxx  2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/CachedAtom.hxx  2024-03-05 
19:47:40.000000000 +0100
@@ -5,8 +5,8 @@
 #include <string_view>
 
 // xpp
-#include "xpp/dso_export.h"
-#include "xpp/types.hxx"
+#include <xpp/dso_export.h>
+#include <xpp/types.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/include/ClassHints.hxx 
new/libxpp-0.2.0+git4881bea/include/ClassHints.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/ClassHints.hxx  2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/ClassHints.hxx  2024-03-05 
19:47:40.000000000 +0100
@@ -4,7 +4,7 @@
 #include <string_view>
 
 // Cosmos
-#include "cosmos/SysString.hxx"
+#include <cosmos/SysString.hxx>
 
 // X11
 #include <X11/Xutil.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/include/Event.hxx 
new/libxpp-0.2.0+git4881bea/include/Event.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/Event.hxx       2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/Event.hxx       2024-03-05 
19:47:40.000000000 +0100
@@ -7,12 +7,12 @@
 #include <X11/Xlib.h>
 
 // cosmos
-#include "cosmos/utils.hxx"
+#include <cosmos/utils.hxx>
 
 // xpp
-#include "xpp/dso_export.h"
-#include "xpp/helpers.hxx"
-#include "xpp/XWindow.hxx"
+#include <xpp/dso_export.h>
+#include <xpp/helpers.hxx>
+#include <xpp/XWindow.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/include/GraphicsContext.hxx 
new/libxpp-0.2.0+git4881bea/include/GraphicsContext.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/GraphicsContext.hxx     2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/GraphicsContext.hxx     2024-03-05 
19:47:40.000000000 +0100
@@ -1,12 +1,12 @@
 #pragma once
 
 // Cosmos
-#include "cosmos/BitMask.hxx"
+#include <cosmos/BitMask.hxx>
 
 // xpp
-#include "xpp/dso_export.h"
-#include "xpp/fwd.hxx"
-#include "xpp/types.hxx"
+#include <xpp/dso_export.h>
+#include <xpp/fwd.hxx>
+#include <xpp/types.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/include/Pixmap.hxx 
new/libxpp-0.2.0+git4881bea/include/Pixmap.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/Pixmap.hxx      2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/Pixmap.hxx      2024-03-05 
19:47:40.000000000 +0100
@@ -4,9 +4,9 @@
 #include <optional>
 
 // xpp
-#include "xpp/dso_export.h"
-#include "xpp/fwd.hxx"
-#include "xpp/types.hxx"
+#include <xpp/dso_export.h>
+#include <xpp/fwd.hxx>
+#include <xpp/types.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/include/Property.hxx 
new/libxpp-0.2.0+git4881bea/include/Property.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/Property.hxx    2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/Property.hxx    2024-03-05 
19:47:40.000000000 +0100
@@ -1,10 +1,10 @@
 #pragma once
 
 // cosmos
-#include "cosmos/error/UsageError.hxx"
+#include <cosmos/error/UsageError.hxx>
 
 // xpp
-#include "xpp/PropertyTraits.hxx"
+#include <xpp/PropertyTraits.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/include/PropertyTraits.hxx 
new/libxpp-0.2.0+git4881bea/include/PropertyTraits.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/PropertyTraits.hxx      2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/PropertyTraits.hxx      2024-03-05 
19:47:40.000000000 +0100
@@ -8,8 +8,8 @@
 #include <X11/Xatom.h>
 
 // xpp
-#include "xpp/atoms.hxx"
-#include "xpp/utf8_string.hxx"
+#include <xpp/atoms.hxx>
+#include <xpp/utf8_string.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/include/RootWin.hxx 
new/libxpp-0.2.0+git4881bea/include/RootWin.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/RootWin.hxx     2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/RootWin.hxx     2024-03-05 
19:47:40.000000000 +0100
@@ -4,10 +4,10 @@
 #include <vector>
 
 // xpp
-#include "xpp/dso_export.h"
-#include "xpp/types.hxx"
-#include "xpp/fwd.hxx"
-#include "xpp/XWindow.hxx"
+#include <xpp/dso_export.h>
+#include <xpp/types.hxx>
+#include <xpp/fwd.hxx>
+#include <xpp/XWindow.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxpp-0.2.0+gitd141e4c/include/SetWindowAttributes.hxx 
new/libxpp-0.2.0+git4881bea/include/SetWindowAttributes.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/SetWindowAttributes.hxx 2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/SetWindowAttributes.hxx 2024-03-05 
19:47:40.000000000 +0100
@@ -1,8 +1,8 @@
 #pragma once
 
 // xpp
-#include "xpp/types.hxx"
-#include "xpp/helpers.hxx"
+#include <xpp/types.hxx>
+#include <xpp/helpers.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/include/SizeHints.hxx 
new/libxpp-0.2.0+git4881bea/include/SizeHints.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/SizeHints.hxx   2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/SizeHints.hxx   2024-03-05 
19:47:40.000000000 +0100
@@ -7,12 +7,12 @@
 #include <X11/Xutil.h>
 
 // Cosmos
-#include "cosmos/BitMask.hxx"
-#include "cosmos/memory.hxx"
+#include <cosmos/BitMask.hxx>
+#include <cosmos/memory.hxx>
 
 // xpp
-#include "xpp/helpers.hxx"
-#include "xpp/types.hxx"
+#include <xpp/helpers.hxx>
+#include <xpp/types.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxpp-0.2.0+gitd141e4c/include/WindowManagerHints.hxx 
new/libxpp-0.2.0+git4881bea/include/WindowManagerHints.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/WindowManagerHints.hxx  2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/WindowManagerHints.hxx  2024-03-05 
19:47:40.000000000 +0100
@@ -7,9 +7,9 @@
 #include <X11/Xutil.h>
 
 // Cosmos
-#include "cosmos/BitMask.hxx"
-#include "cosmos/memory.hxx"
-#include "cosmos/utils.hxx"
+#include <cosmos/BitMask.hxx>
+#include <cosmos/memory.hxx>
+#include <cosmos/utils.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/include/X11Exception.hxx 
new/libxpp-0.2.0+git4881bea/include/X11Exception.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/X11Exception.hxx        2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/X11Exception.hxx        2024-03-05 
19:47:40.000000000 +0100
@@ -7,7 +7,7 @@
 #include <X11/Xlib.h>
 
 // cosmos
-#include "cosmos/error/CosmosError.hxx"
+#include <cosmos/error/CosmosError.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/include/XCursor.hxx 
new/libxpp-0.2.0+git4881bea/include/XCursor.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/XCursor.hxx     2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/XCursor.hxx     2024-03-05 
19:47:40.000000000 +0100
@@ -4,10 +4,10 @@
 #include <X11/cursorfont.h>
 
 // xpp
-#include "xpp/dso_export.h"
-#include "xpp/fwd.hxx"
-#include "xpp/Pixmap.hxx"
-#include "xpp/types.hxx"
+#include <xpp/dso_export.h>
+#include <xpp/fwd.hxx>
+#include <xpp/Pixmap.hxx>
+#include <xpp/types.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/include/XDisplay.hxx 
new/libxpp-0.2.0+git4881bea/include/XDisplay.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/XDisplay.hxx    2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/XDisplay.hxx    2024-03-05 
19:47:40.000000000 +0100
@@ -10,14 +10,14 @@
 #include <X11/Xlib.h>
 
 // cosmos
-#include "cosmos/fs/FileDescriptor.hxx"
-#include "cosmos/SysString.hxx"
+#include <cosmos/fs/FileDescriptor.hxx>
+#include <cosmos/SysString.hxx>
 
 // xpp
-#include "xpp/helpers.hxx"
-#include "xpp/fwd.hxx"
-#include "xpp/types.hxx"
-#include "xpp/X11Exception.hxx"
+#include <xpp/helpers.hxx>
+#include <xpp/fwd.hxx>
+#include <xpp/types.hxx>
+#include <xpp/X11Exception.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/include/XWindow.hxx 
new/libxpp-0.2.0+git4881bea/include/XWindow.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/XWindow.hxx     2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/XWindow.hxx     2024-03-05 
19:47:40.000000000 +0100
@@ -11,17 +11,17 @@
 #include <X11/Xlib.h>
 
 // cosmos
-#include "cosmos/proc/types.hxx"
-#include "cosmos/SysString.hxx"
+#include <cosmos/proc/types.hxx>
+#include <cosmos/SysString.hxx>
 
 // xpp
-#include "xpp/dso_export.h"
-#include "xpp/fwd.hxx"
-#include "xpp/ClassHints.hxx"
-#include "xpp/types.hxx"
-#include "xpp/utf8_string.hxx"
-#include "xpp/X11Exception.hxx"
-#include "xpp/XDisplay.hxx"
+#include <xpp/dso_export.h>
+#include <xpp/fwd.hxx>
+#include <xpp/ClassHints.hxx>
+#include <xpp/types.hxx>
+#include <xpp/utf8_string.hxx>
+#include <xpp/X11Exception.hxx>
+#include <xpp/XDisplay.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/include/Xpp.hxx 
new/libxpp-0.2.0+git4881bea/include/Xpp.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/Xpp.hxx 2024-02-15 22:01:42.000000000 
+0100
+++ new/libxpp-0.2.0+git4881bea/include/Xpp.hxx 2024-03-05 19:47:40.000000000 
+0100
@@ -4,7 +4,7 @@
 #include <optional>
 
 // xpp
-#include "xpp/dso_export.h"
+#include <xpp/dso_export.h>
 
 namespace cosmos {
        class ILogger;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/include/atoms.hxx 
new/libxpp-0.2.0+git4881bea/include/atoms.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/atoms.hxx       2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/atoms.hxx       2024-03-05 
19:47:40.000000000 +0100
@@ -4,7 +4,7 @@
 #include <X11/Xatom.h>
 
 // xpp
-#include "xpp/CachedAtom.hxx"
+#include <xpp/CachedAtom.hxx>
 
 /**
  * @file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxpp-0.2.0+gitd141e4c/include/event/ButtonEvent.hxx 
new/libxpp-0.2.0+git4881bea/include/event/ButtonEvent.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/event/ButtonEvent.hxx   2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/event/ButtonEvent.hxx   2024-03-05 
19:47:40.000000000 +0100
@@ -1,7 +1,7 @@
 #pragma once
 
 // xpp
-#include "xpp/event/InputEvent.hxx"
+#include <xpp/event/InputEvent.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxpp-0.2.0+gitd141e4c/include/event/ClientMessageEvent.hxx 
new/libxpp-0.2.0+git4881bea/include/event/ClientMessageEvent.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/event/ClientMessageEvent.hxx    
2024-02-15 22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/event/ClientMessageEvent.hxx    
2024-03-05 19:47:40.000000000 +0100
@@ -1,8 +1,8 @@
 #pragma once
 
 // xpp
-#include "xpp/atoms.hxx"
-#include "xpp/Event.hxx"
+#include <xpp/atoms.hxx>
+#include <xpp/Event.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxpp-0.2.0+gitd141e4c/include/event/ConfigureEvent.hxx 
new/libxpp-0.2.0+git4881bea/include/event/ConfigureEvent.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/event/ConfigureEvent.hxx        
2024-02-15 22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/event/ConfigureEvent.hxx        
2024-03-05 19:47:40.000000000 +0100
@@ -1,7 +1,7 @@
 #pragma once
 
 // xpp
-#include "xpp/Event.hxx"
+#include <xpp/Event.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxpp-0.2.0+gitd141e4c/include/event/FocusChangeEvent.hxx 
new/libxpp-0.2.0+git4881bea/include/event/FocusChangeEvent.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/event/FocusChangeEvent.hxx      
2024-02-15 22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/event/FocusChangeEvent.hxx      
2024-03-05 19:47:40.000000000 +0100
@@ -1,7 +1,7 @@
 #pragma once
 
 // xpp
-#include "xpp/Event.hxx"
+#include <xpp/Event.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/include/event/InputEvent.hxx 
new/libxpp-0.2.0+git4881bea/include/event/InputEvent.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/event/InputEvent.hxx    2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/event/InputEvent.hxx    2024-03-05 
19:47:40.000000000 +0100
@@ -1,8 +1,8 @@
 #pragma once
 
 // xpp
-#include "xpp/Event.hxx"
-#include "xpp/types.hxx"
+#include <xpp/Event.hxx>
+#include <xpp/types.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/include/event/KeyEvent.hxx 
new/libxpp-0.2.0+git4881bea/include/event/KeyEvent.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/event/KeyEvent.hxx      2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/event/KeyEvent.hxx      2024-03-05 
19:47:40.000000000 +0100
@@ -1,7 +1,7 @@
 #pragma once
 
 // xpp
-#include "xpp/event/InputEvent.hxx"
+#include <xpp/event/InputEvent.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxpp-0.2.0+gitd141e4c/include/event/PointerMovedEvent.hxx 
new/libxpp-0.2.0+git4881bea/include/event/PointerMovedEvent.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/event/PointerMovedEvent.hxx     
2024-02-15 22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/event/PointerMovedEvent.hxx     
2024-03-05 19:47:40.000000000 +0100
@@ -1,7 +1,7 @@
 #pragma once
 
 // xpp
-#include "xpp/event/InputEvent.hxx"
+#include <xpp/event/InputEvent.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxpp-0.2.0+gitd141e4c/include/event/PropertyEvent.hxx 
new/libxpp-0.2.0+git4881bea/include/event/PropertyEvent.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/event/PropertyEvent.hxx 2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/event/PropertyEvent.hxx 2024-03-05 
19:47:40.000000000 +0100
@@ -1,7 +1,7 @@
 #pragma once
 
 // xpp
-#include "xpp/Event.hxx"
+#include <xpp/Event.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxpp-0.2.0+gitd141e4c/include/event/SelectionEvent.hxx 
new/libxpp-0.2.0+git4881bea/include/event/SelectionEvent.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/event/SelectionEvent.hxx        
2024-02-15 22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/event/SelectionEvent.hxx        
2024-03-05 19:47:40.000000000 +0100
@@ -1,7 +1,7 @@
 #pragma once
 
 // xpp
-#include "xpp/Event.hxx"
+#include <xpp/Event.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxpp-0.2.0+gitd141e4c/include/event/SelectionRequestEvent.hxx 
new/libxpp-0.2.0+git4881bea/include/event/SelectionRequestEvent.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/event/SelectionRequestEvent.hxx 
2024-02-15 22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/event/SelectionRequestEvent.hxx 
2024-03-05 19:47:40.000000000 +0100
@@ -1,7 +1,7 @@
 #pragma once
 
 // xpp
-#include "xpp/Event.hxx"
+#include <xpp/Event.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libxpp-0.2.0+gitd141e4c/include/event/VisibilityEvent.hxx 
new/libxpp-0.2.0+git4881bea/include/event/VisibilityEvent.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/event/VisibilityEvent.hxx       
2024-02-15 22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/event/VisibilityEvent.hxx       
2024-03-05 19:47:40.000000000 +0100
@@ -1,7 +1,7 @@
 #pragma once
 
 // xpp
-#include "xpp/Event.hxx"
+#include <xpp/Event.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/include/formatting.hxx 
new/libxpp-0.2.0+git4881bea/include/formatting.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/formatting.hxx  2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/formatting.hxx  2024-03-05 
19:47:40.000000000 +0100
@@ -4,9 +4,9 @@
 #include <iosfwd>
 
 // xpp
-#include "xpp/dso_export.h"
-#include "xpp/fwd.hxx"
-#include "xpp/types.hxx"
+#include <xpp/dso_export.h>
+#include <xpp/fwd.hxx>
+#include <xpp/types.hxx>
 
 /**
  * @file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/include/helpers.hxx 
new/libxpp-0.2.0+git4881bea/include/helpers.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/helpers.hxx     2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/helpers.hxx     2024-03-05 
19:47:40.000000000 +0100
@@ -8,11 +8,11 @@
 #include <X11/Xlib.h>
 
 // cosmos
-#include "cosmos/utils.hxx"
+#include <cosmos/utils.hxx>
 
 // xpp
-#include "xpp/dso_export.h"
-#include "xpp/types.hxx"
+#include <xpp/dso_export.h>
+#include <xpp/types.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/include/keyboard.hxx 
new/libxpp-0.2.0+git4881bea/include/keyboard.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/keyboard.hxx    2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/keyboard.hxx    2024-03-05 
19:47:40.000000000 +0100
@@ -7,12 +7,12 @@
 #include <optional>
 
 // cosmos
-#include "cosmos/utils.hxx"
+#include <cosmos/utils.hxx>
 
 // xpp
-#include "xpp/dso_export.h"
-#include "xpp/fwd.hxx"
-#include "xpp/types.hxx"
+#include <xpp/dso_export.h>
+#include <xpp/fwd.hxx>
+#include <xpp/types.hxx>
 
 /**
  * @file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/include/types.hxx 
new/libxpp-0.2.0+git4881bea/include/types.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/types.hxx       2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/types.hxx       2024-03-05 
19:47:40.000000000 +0100
@@ -10,7 +10,7 @@
 #include <X11/Xlib.h> // for consistent declaration of _XGC
 
 // Cosmos
-#include "cosmos/BitMask.hxx"
+#include <cosmos/BitMask.hxx>
 
 /**
  * @file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/include/utils.hxx 
new/libxpp-0.2.0+git4881bea/include/utils.hxx
--- old/libxpp-0.2.0+gitd141e4c/include/utils.hxx       2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/include/utils.hxx       2024-03-05 
19:47:40.000000000 +0100
@@ -4,11 +4,11 @@
 #include <X11/Xutil.h> // for GeometrySettings constants
 
 // Cosmos
-#include "cosmos/BitMask.hxx"
-#include "cosmos/SysString.hxx"
+#include <cosmos/BitMask.hxx>
+#include <cosmos/SysString.hxx>
 
 // xpp
-#include "xpp/types.hxx"
+#include <xpp/types.hxx>
 
 /**
  * @file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/src/AtomMapper.cxx 
new/libxpp-0.2.0+git4881bea/src/AtomMapper.cxx
--- old/libxpp-0.2.0+gitd141e4c/src/AtomMapper.cxx      2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/src/AtomMapper.cxx      2024-03-05 
19:47:40.000000000 +0100
@@ -1,11 +1,11 @@
 // cosmos
-#include "cosmos/thread/RWLock.hxx"
+#include <cosmos/thread/RWLock.hxx>
 
 // xpp
-#include "xpp/AtomMapper.hxx"
-#include "xpp/helpers.hxx"
-#include "xpp/private/Xpp.hxx"
-#include "xpp/XDisplay.hxx"
+#include <xpp/AtomMapper.hxx>
+#include <xpp/helpers.hxx>
+#include <xpp/private/Xpp.hxx>
+#include <xpp/XDisplay.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/src/CachedAtom.cxx 
new/libxpp-0.2.0+git4881bea/src/CachedAtom.cxx
--- old/libxpp-0.2.0+gitd141e4c/src/CachedAtom.cxx      2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/src/CachedAtom.cxx      2024-03-05 
19:47:40.000000000 +0100
@@ -1,6 +1,6 @@
 // xpp
-#include "xpp/AtomMapper.hxx"
-#include "xpp/CachedAtom.hxx"
+#include <xpp/AtomMapper.hxx>
+#include <xpp/CachedAtom.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/src/Event.cxx 
new/libxpp-0.2.0+git4881bea/src/Event.cxx
--- old/libxpp-0.2.0+gitd141e4c/src/Event.cxx   2024-02-15 22:01:42.000000000 
+0100
+++ new/libxpp-0.2.0+git4881bea/src/Event.cxx   2024-03-05 19:47:40.000000000 
+0100
@@ -2,10 +2,10 @@
 #include <cstring>
 
 // cosmos
-#include "cosmos/error/RuntimeError.hxx"
+#include <cosmos/error/RuntimeError.hxx>
 
 // xpp
-#include "xpp/Event.hxx"
+#include <xpp/Event.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/src/GraphicsContext.cxx 
new/libxpp-0.2.0+git4881bea/src/GraphicsContext.cxx
--- old/libxpp-0.2.0+gitd141e4c/src/GraphicsContext.cxx 2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/src/GraphicsContext.cxx 2024-03-05 
19:47:40.000000000 +0100
@@ -1,9 +1,9 @@
 // xpp
-#include "xpp/GraphicsContext.hxx"
-#include "xpp/XDisplay.hxx"
+#include <xpp/GraphicsContext.hxx>
+#include <xpp/XDisplay.hxx>
 
 // Cosmos
-#include "cosmos/error/RuntimeError.hxx"
+#include <cosmos/error/RuntimeError.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/src/Pixmap.cxx 
new/libxpp-0.2.0+git4881bea/src/Pixmap.cxx
--- old/libxpp-0.2.0+gitd141e4c/src/Pixmap.cxx  2024-02-15 22:01:42.000000000 
+0100
+++ new/libxpp-0.2.0+git4881bea/src/Pixmap.cxx  2024-03-05 19:47:40.000000000 
+0100
@@ -1,10 +1,10 @@
 // cosmos
-#include "cosmos/error/RuntimeError.hxx"
+#include <cosmos/error/RuntimeError.hxx>
 
 // xpp
-#include "xpp/helpers.hxx"
-#include "xpp/Pixmap.hxx"
-#include "xpp/XDisplay.hxx"
+#include <xpp/helpers.hxx>
+#include <xpp/Pixmap.hxx>
+#include <xpp/XDisplay.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/src/PropertyTraits.cxx 
new/libxpp-0.2.0+git4881bea/src/PropertyTraits.cxx
--- old/libxpp-0.2.0+gitd141e4c/src/PropertyTraits.cxx  2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/src/PropertyTraits.cxx  2024-03-05 
19:47:40.000000000 +0100
@@ -1,5 +1,5 @@
 // xpp
-#include "xpp/PropertyTraits.hxx"
+#include <xpp/PropertyTraits.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/src/RootWin.cxx 
new/libxpp-0.2.0+git4881bea/src/RootWin.cxx
--- old/libxpp-0.2.0+gitd141e4c/src/RootWin.cxx 2024-02-15 22:01:42.000000000 
+0100
+++ new/libxpp-0.2.0+git4881bea/src/RootWin.cxx 2024-03-05 19:47:40.000000000 
+0100
@@ -1,10 +1,10 @@
 // xpp
-#include "xpp/atoms.hxx"
-#include "xpp/formatting.hxx"
-#include "xpp/helpers.hxx"
-#include "xpp/private/Xpp.hxx"
-#include "xpp/Property.hxx"
-#include "xpp/RootWin.hxx"
+#include <xpp/atoms.hxx>
+#include <xpp/formatting.hxx>
+#include <xpp/helpers.hxx>
+#include <xpp/private/Xpp.hxx>
+#include <xpp/Property.hxx>
+#include <xpp/RootWin.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/src/XCursor.cxx 
new/libxpp-0.2.0+git4881bea/src/XCursor.cxx
--- old/libxpp-0.2.0+gitd141e4c/src/XCursor.cxx 2024-02-15 22:01:42.000000000 
+0100
+++ new/libxpp-0.2.0+git4881bea/src/XCursor.cxx 2024-03-05 19:47:40.000000000 
+0100
@@ -1,11 +1,11 @@
 // Cosmos
-#include "cosmos/error/RuntimeError.hxx"
+#include <cosmos/error/RuntimeError.hxx>
 
 // xpp
-#include "xpp/helpers.hxx"
-#include "xpp/XColor.hxx"
-#include "xpp/XCursor.hxx"
-#include "xpp/XDisplay.hxx"
+#include <xpp/helpers.hxx>
+#include <xpp/XColor.hxx>
+#include <xpp/XCursor.hxx>
+#include <xpp/XDisplay.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/src/XDisplay.cxx 
new/libxpp-0.2.0+git4881bea/src/XDisplay.cxx
--- old/libxpp-0.2.0+gitd141e4c/src/XDisplay.cxx        2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/src/XDisplay.cxx        2024-03-05 
19:47:40.000000000 +0100
@@ -1,13 +1,13 @@
 // cosmos
-#include "cosmos/error/UsageError.hxx"
-#include "cosmos/error/RuntimeError.hxx"
+#include <cosmos/error/UsageError.hxx>
+#include <cosmos/error/RuntimeError.hxx>
 
 // xpp
-#include "xpp/Event.hxx"
-#include "xpp/RootWin.hxx"
-#include "xpp/SetWindowAttributes.hxx"
-#include "xpp/XColor.hxx"
-#include "xpp/XDisplay.hxx"
+#include <xpp/Event.hxx>
+#include <xpp/RootWin.hxx>
+#include <xpp/SetWindowAttributes.hxx>
+#include <xpp/XColor.hxx>
+#include <xpp/XDisplay.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/src/XWindow.cxx 
new/libxpp-0.2.0+git4881bea/src/XWindow.cxx
--- old/libxpp-0.2.0+gitd141e4c/src/XWindow.cxx 2024-02-15 22:01:42.000000000 
+0100
+++ new/libxpp-0.2.0+git4881bea/src/XWindow.cxx 2024-03-05 19:47:40.000000000 
+0100
@@ -3,22 +3,22 @@
 #include <sstream>
 
 // cosmos
-#include "cosmos/error/InternalError.hxx"
-#include "cosmos/formatting.hxx"
-#include "cosmos/memory.hxx"
+#include <cosmos/error/InternalError.hxx>
+#include <cosmos/formatting.hxx>
+#include <cosmos/memory.hxx>
 
 // xpp
-#include "xpp/Event.hxx"
-#include "xpp/formatting.hxx"
-#include "xpp/GraphicsContext.hxx"
-#include "xpp/helpers.hxx"
-#include "xpp/private/Xpp.hxx"
-#include "xpp/Property.hxx"
-#include "xpp/SizeHints.hxx"
-#include "xpp/WindowManagerHints.hxx"
-#include "xpp/XCursor.hxx"
-#include "xpp/XWindowAttrs.hxx"
-#include "xpp/XWindow.hxx"
+#include <xpp/Event.hxx>
+#include <xpp/formatting.hxx>
+#include <xpp/GraphicsContext.hxx>
+#include <xpp/helpers.hxx>
+#include <xpp/private/Xpp.hxx>
+#include <xpp/Property.hxx>
+#include <xpp/SizeHints.hxx>
+#include <xpp/WindowManagerHints.hxx>
+#include <xpp/XCursor.hxx>
+#include <xpp/XWindowAttrs.hxx>
+#include <xpp/XWindow.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/src/XWindowAttrs.cxx 
new/libxpp-0.2.0+git4881bea/src/XWindowAttrs.cxx
--- old/libxpp-0.2.0+gitd141e4c/src/XWindowAttrs.cxx    2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/src/XWindowAttrs.cxx    2024-03-05 
19:47:40.000000000 +0100
@@ -1,5 +1,5 @@
 // xpp
-#include "xpp/XWindowAttrs.hxx"
+#include <xpp/XWindowAttrs.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/src/Xpp.cxx 
new/libxpp-0.2.0+git4881bea/src/Xpp.cxx
--- old/libxpp-0.2.0+gitd141e4c/src/Xpp.cxx     2024-02-15 22:01:42.000000000 
+0100
+++ new/libxpp-0.2.0+git4881bea/src/Xpp.cxx     2024-03-05 19:47:40.000000000 
+0100
@@ -5,13 +5,13 @@
 #include <X11/Xlib.h>
 
 // cosmos
-#include "cosmos/error/InternalError.hxx"
+#include <cosmos/error/InternalError.hxx>
 
 // xpp
-#include "xpp/XDisplay.hxx"
-#include "xpp/PropertyTraits.hxx"
-#include "xpp/Xpp.hxx"
-#include "xpp/private/Xpp.hxx"
+#include <xpp/XDisplay.hxx>
+#include <xpp/PropertyTraits.hxx>
+#include <xpp/Xpp.hxx>
+#include <xpp/private/Xpp.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/src/formatting.cxx 
new/libxpp-0.2.0+git4881bea/src/formatting.cxx
--- old/libxpp-0.2.0+gitd141e4c/src/formatting.cxx      2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/src/formatting.cxx      2024-03-05 
19:47:40.000000000 +0100
@@ -2,13 +2,13 @@
 #include <ostream>
 
 // cosmos
-#include "cosmos/formatting.hxx"
+#include <cosmos/formatting.hxx>
 
 // xpp
-#include "xpp/AtomMapper.hxx"
-#include "xpp/formatting.hxx"
-#include "xpp/utf8_string.hxx"
-#include "xpp/XWindow.hxx"
+#include <xpp/AtomMapper.hxx>
+#include <xpp/formatting.hxx>
+#include <xpp/utf8_string.hxx>
+#include <xpp/XWindow.hxx>
 
 std::ostream& operator<<(std::ostream &o, const xpp::utf8_string &s) {
        o << s.str;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/src/helpers.cxx 
new/libxpp-0.2.0+git4881bea/src/helpers.cxx
--- old/libxpp-0.2.0+gitd141e4c/src/helpers.cxx 2024-02-15 22:01:42.000000000 
+0100
+++ new/libxpp-0.2.0+git4881bea/src/helpers.cxx 2024-03-05 19:47:40.000000000 
+0100
@@ -3,10 +3,10 @@
 #include <string>
 
 // cosmos
-#include "cosmos/utils.hxx"
+#include <cosmos/utils.hxx>
 
 // xpp
-#include "xpp/helpers.hxx"
+#include <xpp/helpers.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/src/keyboard.cxx 
new/libxpp-0.2.0+git4881bea/src/keyboard.cxx
--- old/libxpp-0.2.0+gitd141e4c/src/keyboard.cxx        2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/src/keyboard.cxx        2024-03-05 
19:47:40.000000000 +0100
@@ -2,10 +2,10 @@
 #include <X11/XKBlib.h>
 
 // xpp
-#include "xpp/helpers.hxx"
-#include "xpp/keyboard.hxx"
-#include "xpp/XWindow.hxx"
-#include "xpp/XDisplay.hxx"
+#include <xpp/helpers.hxx>
+#include <xpp/keyboard.hxx>
+#include <xpp/XWindow.hxx>
+#include <xpp/XDisplay.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/src/xpp/private/Xpp.hxx 
new/libxpp-0.2.0+git4881bea/src/xpp/private/Xpp.hxx
--- old/libxpp-0.2.0+gitd141e4c/src/xpp/private/Xpp.hxx 2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/src/xpp/private/Xpp.hxx 2024-03-05 
19:47:40.000000000 +0100
@@ -1,10 +1,10 @@
 #pragma once
 
 // xpp
-#include "xpp/Xpp.hxx"
+#include <xpp/Xpp.hxx>
 
 // cosmos
-#include "cosmos/io/ILogger.hxx"
+#include <cosmos/io/ILogger.hxx>
 
 namespace xpp {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/test/atoms.cxx 
new/libxpp-0.2.0+git4881bea/test/atoms.cxx
--- old/libxpp-0.2.0+gitd141e4c/test/atoms.cxx  2024-02-15 22:01:42.000000000 
+0100
+++ new/libxpp-0.2.0+git4881bea/test/atoms.cxx  2024-03-05 19:47:40.000000000 
+0100
@@ -2,15 +2,15 @@
 #include <iostream>
 
 // cosmos
-#include "cosmos/cosmos.hxx"
-#include "cosmos/io/StdLogger.hxx"
+#include <cosmos/cosmos.hxx>
+#include <cosmos/io/StdLogger.hxx>
 
 // xpp
-#include "xpp/AtomMapper.hxx"
-#include "xpp/atoms.hxx"
-#include "xpp/CachedAtom.hxx"
-#include "xpp/helpers.hxx"
-#include "xpp/Xpp.hxx"
+#include <xpp/AtomMapper.hxx>
+#include <xpp/atoms.hxx>
+#include <xpp/CachedAtom.hxx>
+#include <xpp/helpers.hxx>
+#include <xpp/Xpp.hxx>
 
 constexpr xpp::CachedAtom window_name{"_NET_WM_NAME"};
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/test/basic_init.cxx 
new/libxpp-0.2.0+git4881bea/test/basic_init.cxx
--- old/libxpp-0.2.0+gitd141e4c/test/basic_init.cxx     2024-02-15 
22:01:42.000000000 +0100
+++ new/libxpp-0.2.0+git4881bea/test/basic_init.cxx     2024-03-05 
19:47:40.000000000 +0100
@@ -1,15 +1,15 @@
 #include <iostream>
 
-#include "cosmos/cosmos.hxx"
-#include "cosmos/formatting.hxx"
-#include "cosmos/io/StdLogger.hxx"
-#include "xpp/GraphicsContext.hxx"
-#include "xpp/Pixmap.hxx"
-#include "xpp/RootWin.hxx"
-#include "xpp/Xpp.hxx"
-#include "xpp/formatting.hxx"
-#include "xpp/helpers.hxx"
-#include "xpp/types.hxx"
+#include <cosmos/cosmos.hxx>
+#include <cosmos/formatting.hxx>
+#include <cosmos/io/StdLogger.hxx>
+#include <xpp/GraphicsContext.hxx>
+#include <xpp/Pixmap.hxx>
+#include <xpp/RootWin.hxx>
+#include <xpp/Xpp.hxx>
+#include <xpp/formatting.hxx>
+#include <xpp/helpers.hxx>
+#include <xpp/types.hxx>
 
 void testDisplay() {
        auto &display = xpp::display;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxpp-0.2.0+gitd141e4c/test/props.cxx 
new/libxpp-0.2.0+git4881bea/test/props.cxx
--- old/libxpp-0.2.0+gitd141e4c/test/props.cxx  2024-02-15 22:01:42.000000000 
+0100
+++ new/libxpp-0.2.0+git4881bea/test/props.cxx  2024-03-05 19:47:40.000000000 
+0100
@@ -1,11 +1,11 @@
 #include <iostream>
 
-#include "xpp/AtomMapper.hxx"
-#include "xpp/Xpp.hxx"
-#include "xpp/RootWin.hxx"
-#include "xpp/types.hxx"
-#include "cosmos/io/StdLogger.hxx"
-#include "cosmos/cosmos.hxx"
+#include <xpp/AtomMapper.hxx>
+#include <xpp/Xpp.hxx>
+#include <xpp/RootWin.hxx>
+#include <xpp/types.hxx>
+#include <cosmos/io/StdLogger.hxx>
+#include <cosmos/cosmos.hxx>
 
 void printInfo(const xpp::XWindow::PropertyInfo &info, xpp::AtomMapper 
&mapper) {
        std::cout << "property type: " << 
mapper.mapName(xpp::AtomID{info.type}) << std::endl;

Reply via email to