Remove unneeded #include <vector> from TreeView_Detail.h
std::vector<> is no longer used in TreeView_Detail.h since this commit
replaced them:
fae909897e
Use PartitionVector class throughout the code (#759726)
This commit is contained in:
parent
70db3469c5
commit
15b42f6978
|
@ -27,7 +27,6 @@
|
|||
#include <gtkmm/stock.h>
|
||||
#include <gdkmm/pixbuf.h>
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace GParted
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue