diff options
| author | Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com> | 2024-10-16 15:36:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-16 15:36:02 -0400 |
| commit | 26af4db82da23364961ebb440efba88846240731 (patch) | |
| tree | 9cfe6a427cfe59c13c64928ccef6ba3c5ccfec21 /src/m/m_allocator.cpp | |
| parent | 4543ec129ec02649b24ae0e20d8325a5f066c9b1 (diff) | |
update from dtk-template - clangd :) (#66)
* update from dtk-template and start work towards using clangd
* include <a> -> "a"
* Update build.yml
* remove/add non-trivial class in union warning
Diffstat (limited to 'src/m/m_allocator.cpp')
| -rw-r--r-- | src/m/m_allocator.cpp | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/m/m_allocator.cpp b/src/m/m_allocator.cpp index 6211fa00..922c6889 100644 --- a/src/m/m_allocator.cpp +++ b/src/m/m_allocator.cpp @@ -1,10 +1,12 @@ -#include <egg/core/eggAllocator.h> -#include <m/m_allocator.h> -#include <m/m_heap.h> +#include "m/m_allocator.h" + +#include "egg/core/eggAllocator.h" +#include "m/m_heap.h" + // TODO this include is weird -#include <egg/core/eggAssertHeap.h> -#include <egg/core/eggHeap.h> +#include "egg/core/eggAssertHeap.h" +#include "egg/core/eggHeap.h" mAllocator_c::mAllocator_c() : EGG::Allocator(mHeap::g_assertHeap, 0x04) {} |
