From 43b7c3db78f5ca4bc9aff8f6dfcbfb0c6109fb43 Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Mon, 26 Jul 2010 04:45:50 +0200 Subject: [PATCH] Removed unnecessary "using" statements. These classes don't use any vectors. --- src/browsedialog.h | 1 - src/filedialog.h | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/browsedialog.h b/src/browsedialog.h index f7835a2..91a91f6 100644 --- a/src/browsedialog.h +++ b/src/browsedialog.h @@ -30,7 +30,6 @@ class FileLister; using std::string; -using std::vector; class BrowseDialog : protected Dialog { protected: diff --git a/src/filedialog.h b/src/filedialog.h index ffdd87e..bd87207 100644 --- a/src/filedialog.h +++ b/src/filedialog.h @@ -26,8 +26,6 @@ #include "browsedialog.h" -using std::vector; - class FileDialog : public BrowseDialog { public: FileDialog(GMenu2X *gmenu2x, const string &text, const string &filter="",