Merge pull request #7255 from digitalcarp/cleanup-includes

Get rid of relative include paths
This commit is contained in:
Lawrence37
2024-12-26 22:25:58 -08:00
committed by GitHub
212 changed files with 358 additions and 342 deletions

View File

@@ -25,8 +25,8 @@
#include "editcoordsys.h"
#include "rtsurface.h"
#include "../rtengine/coord.h"
#include "../rtengine/rt_math.h"
#include "rtengine/coord.h"
#include "rtengine/rt_math.h"
class ObjectMOBuffer;