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:
Mike Fleetwood 2019-12-23 20:09:50 +00:00 committed by Curtis Gedak
parent 70db3469c5
commit 15b42f6978
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@
#include <gtkmm/stock.h>
#include <gdkmm/pixbuf.h>
#include <vector>
namespace GParted
{