Delete #include <vector>.
--HG-- branch : feature
This commit is contained in:
parent
5c3845ff00
commit
9c6cac2ec4
|
@ -25,9 +25,6 @@
|
|||
|
||||
#include "qmuparser_global.h"
|
||||
|
||||
//--- Standard includes ------------------------------------------------------------------------
|
||||
#include <vector>
|
||||
|
||||
//--- Parser includes --------------------------------------------------------------------------
|
||||
#include "qmuparserbase.h"
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#include <cassert>
|
||||
#include <cmath>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include <deque>
|
||||
#include <sstream>
|
||||
#include <locale>
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include <cassert>
|
||||
#include <string>
|
||||
#include <stack>
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
|
||||
#include "qmuparserdef.h"
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#include <cassert>
|
||||
#include <string>
|
||||
#include <stack>
|
||||
#include <vector>
|
||||
|
||||
#include "qmuparserdef.h"
|
||||
#include "qmuparsererror.h"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include <stdexcept>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
|
||||
#include "qmuparserdef.h"
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#include <cassert>
|
||||
#include <string>
|
||||
#include <stack>
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
#include <QtGlobal>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user