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

@@ -23,7 +23,7 @@
#include "Profiler.h"
#include "system/Thread.h"
#include "../system/Thread.h"
#include <algorithm>
#include <set>

View File

@@ -42,7 +42,7 @@
#ifdef PROFILE_CLOCKS
#include <time.h>
#else
#include "system/sysutils.h"
#include "../system/sysutils.h"
#ifndef _WIN32
#include <sys/time.h>
#endif

View File

@@ -28,8 +28,8 @@
//#define DEBUG_RINGBUFFER 1
#include "system/sysutils.h"
#include "system/Allocators.h"
#include "../system/sysutils.h"
#include "../system/Allocators.h"
#include <iostream>

View File

@@ -33,9 +33,9 @@
#include <sys/time.h>
#endif
#include "system/Thread.h"
#include "system/sysutils.h"
#include "system/Allocators.h"
#include "../system/Thread.h"
#include "../system/sysutils.h"
#include "../system/Allocators.h"
//#define DEBUG_SCAVENGER 1