#ifndef INCLUDES_H #define INCLUDES_H // Include system files #include #include #include using namespace std; #include #include #include #include // Include project files #include "makerand.h" #include "representation.h" #endif