#ifndef TYPEDEFS_H_ #define TYPEDEFS_H_ #include #include typedef std::pair Assignment; typedef std::vector AssignmentList; typedef std::vector ModuleInstantiationList; #endif