Delete #include <vector>.

--HG--
branch : feature
This commit is contained in:
dismine 2014-04-26 11:04:59 +03:00
parent 5c3845ff00
commit 9c6cac2ec4
6 changed files with 0 additions and 8 deletions

View file

@ -25,9 +25,6 @@
#include "qmuparser_global.h"
//--- Standard includes ------------------------------------------------------------------------
#include <vector>
//--- Parser includes --------------------------------------------------------------------------
#include "qmuparserbase.h"

View file

@ -26,7 +26,6 @@
#include <cassert>
#include <cmath>
#include <memory>
#include <vector>
#include <deque>
#include <sstream>
#include <locale>

View file

@ -25,7 +25,6 @@
#include <cassert>
#include <string>
#include <stack>
#include <vector>
#include <iostream>
#include "qmuparserdef.h"

View file

@ -26,7 +26,6 @@
#include <cassert>
#include <string>
#include <stack>
#include <vector>
#include "qmuparserdef.h"
#include "qmuparsererror.h"

View file

@ -27,7 +27,6 @@
#include <stdexcept>
#include <string>
#include <sstream>
#include <vector>
#include <memory>
#include "qmuparserdef.h"

View file

@ -26,7 +26,6 @@
#include <cassert>
#include <string>
#include <stack>
#include <vector>
#include <memory>
#include <QtGlobal>