Skip to content
Commit 48d898eb authored by Mike Fleetwood's avatar Mike Fleetwood Committed by Curtis Gedak
Browse files

Include Partition.h header everywhere it's used

Lots of files which use the Partition class relied on the declaration
being included via other header files.  This is bad practice.

Add #include "Partition.h" into every file which uses the Partition
class which doesn't already include it.  Header file #include guards are
specifically to allow this.
parent fae90989
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment