Update chop rule.
[awesomized/libmemcached] / libmemcached / options / parser.yy
index f9388af394b9c635df389ecbefccf87769fbaa08..81415226e82e002e49b947de5645abd11df9b3f9 100644 (file)
 %parse-param { Context *context }
 %parse-param { yyscan_t *scanner }
 %pure-parser
-%require "2.2"
+%require "2.4"
 %start begin
 %verbose
 
 %{
 
-#include <config.h>
-
-#include <stdint.h>
-
 #include <libmemcached/common.h>
 #include <libmemcached/options.hpp>