mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
examples: remove useless includes
* examples/c++/variant-11.yy, examples/c++/variant.yy: here. Fix warning when storing a long into an int.
This commit is contained in:
@@ -33,9 +33,7 @@ typedef std::vector<std::string> strings_type;
|
||||
|
||||
%code // *.cc
|
||||
{
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <iterator>
|
||||
#include <sstream>
|
||||
|
||||
namespace yy
|
||||
|
||||
Reference in New Issue
Block a user