make include paths absolute within src

This commit is contained in:
2023-01-05 01:31:30 -07:00
committed by Celtic Minstrel
parent f33127e1f2
commit e2de459bd3
6 changed files with 13 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
#include "cursors.hpp"
// #include "restypes.hpp" // Include before X11 to avoid macro conflicts in SFML
#include "res_cursor.hpp"
#include "fileio/resmgr/res_cursor.hpp"
#include <SFML/Graphics.hpp>
namespace x11 {