From 9b6dfa6c27bba945c7c3536485c61455665ee2ea Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 7 Jan 2024 14:37:26 -0500 Subject: [PATCH] Remove relative paths --- LEGO1/mxdirectx/mxdirect3d.h | 2 +- LEGO1/realtime/roi.h | 4 ++-- LEGO1/tgl/d3drm/impl.h | 2 +- LEGO1/viewmanager/viewlodlist.h | 4 ++-- LEGO1/viewmanager/viewroi.h | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/LEGO1/mxdirectx/mxdirect3d.h b/LEGO1/mxdirectx/mxdirect3d.h index 34c28b42..f0c87c69 100644 --- a/LEGO1/mxdirectx/mxdirect3d.h +++ b/LEGO1/mxdirectx/mxdirect3d.h @@ -1,9 +1,9 @@ #ifndef MXDIRECT3D_H #define MXDIRECT3D_H -#include "../mxstl/stlcompat.h" #include "decomp.h" #include "mxdirectdraw.h" +#include "mxstl/stlcompat.h" #include diff --git a/LEGO1/realtime/roi.h b/LEGO1/realtime/roi.h index 287407ac..c8458cd7 100644 --- a/LEGO1/realtime/roi.h +++ b/LEGO1/realtime/roi.h @@ -3,10 +3,10 @@ // ROI stands for Real-time Object Instance. -#include "../mxstl/stlcompat.h" -#include "../realtime/realtime.h" #include "compat.h" #include "lodlist.h" +#include "mxstl/stlcompat.h" +#include "realtime/realtime.h" #include "vector.h" /* diff --git a/LEGO1/tgl/d3drm/impl.h b/LEGO1/tgl/d3drm/impl.h index cf14ada1..4c76a365 100644 --- a/LEGO1/tgl/d3drm/impl.h +++ b/LEGO1/tgl/d3drm/impl.h @@ -1,7 +1,7 @@ -#include "../tgl.h" #include "compat.h" #include "decomp.h" +#include "tgl/tgl.h" #include diff --git a/LEGO1/viewmanager/viewlodlist.h b/LEGO1/viewmanager/viewlodlist.h index 4d848533..9dc06d7b 100644 --- a/LEGO1/viewmanager/viewlodlist.h +++ b/LEGO1/viewmanager/viewlodlist.h @@ -1,10 +1,10 @@ #ifndef VIEWLODLIST_H #define VIEWLODLIST_H -#include "../mxstl/stlcompat.h" -#include "../realtime/lodlist.h" #include "assert.h" #include "compat.h" +#include "mxstl/stlcompat.h" +#include "realtime/lodlist.h" #include diff --git a/LEGO1/viewmanager/viewroi.h b/LEGO1/viewmanager/viewroi.h index fb2e8e54..02d69ab5 100644 --- a/LEGO1/viewmanager/viewroi.h +++ b/LEGO1/viewmanager/viewroi.h @@ -1,9 +1,9 @@ #ifndef VIEWROI_H #define VIEWROI_H -#include "../realtime/orientableroi.h" -#include "../tgl/tgl.h" #include "decomp.h" +#include "realtime/orientableroi.h" +#include "tgl/tgl.h" #include "viewlodlist.h" /*