iondbproject / iondb

IonDB, a key-value datastore for resource constrained systems.
BSD 3-Clause "New" or "Revised" License
587 stars 48 forks source link

#includes to be refactored and streamlined #16

Closed iondbproject closed 8 years ago

iondbproject commented 8 years ago

Currently, our #includes are sometimes redundant.

Goal: Streamline #includes.

Stickerpants commented 8 years ago

CLion should be able to resolve this automatically. Note that there is a circular dependency between kv_io.h and kv_system.h that needs to be addressed.

Stickerpants commented 8 years ago

Also ties in with issue #17.

Stickerpants commented 8 years ago

Issue moved to internal task tracker.