embeddedartistry / libmemory

Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions
https://embeddedartistry.com
MIT License
216 stars 44 forks source link

Clean up header includes #55

Closed phillipjohnston closed 4 years ago

phillipjohnston commented 4 years ago

Libmemory includes doesn't need to reference the linked list dependency. That should only be included on the library side. The tests and any consumers don't need access.