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:
Akim Demaille
2018-11-13 06:43:50 +01:00
parent 868ea55b7c
commit 8ff6ff3ab0
2 changed files with 5 additions and 5 deletions

View File

@@ -33,9 +33,7 @@ typedef std::vector<std::string> strings_type;
%code // *.cc
{
#include <algorithm>
#include <iostream>
#include <iterator>
#include <sstream>
namespace yy