#ifndef TOKENIZER_HH #define TOKENIZER_HH #include "scanner/object.hh" #include "scanner/token.hh" #include "scanner/scanner.hh" #endif