Update includes so they don't require include path to be set

This commit is contained in:
Chris Cannam
2021-10-04 12:21:39 +01:00
parent c8ff7c3b2b
commit 61f7b5f8e6
24 changed files with 41 additions and 43 deletions

View File

@@ -26,8 +26,8 @@
#include <vector>
#include "system/Allocators.h"
#include "system/VectorOps.h"
#include "../system/Allocators.h"
#include "../system/VectorOps.h"
namespace RubberBand {