Sprout/sprout/weed/parser/directive.hpp
2011-11-13 17:54:38 +09:00

8 lines
272 B
C++

#ifndef SPROUT_WEED_PARSER_DIRECTIVE_HPP
#define SPROUT_WEED_PARSER_DIRECTIVE_HPP
#include <sprout/config.hpp>
#include <sprout/weed/parser/directive/omit.hpp>
#include <sprout/weed/parser/directive/repeat.hpp>
#endif // #ifndef SPROUT_WEED_PARSER_DIRECTIVE_HPP