#ifndef TOKENIZER_CC #define TOKENIZER_CC #include "scanner/object.cc" #include "scanner/token.cc" #include "scanner/scanner.cc" #endif