#ifndef INCLUDE_GUARDS_H
#define INCLUDE_GUARDS_H

int includeGuards()
{
  return 0;
}

#endif
